Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SMich011

    VB Excel: How do you paste a variable at a location?

    Good afternoon, I just started using VB in Excel to make a sheet to tabulate hours toward projects. Using a button I want to populate a set of cells with data from the sheet which I am doing with the following code: ActiveCell = Range("B1") ActiveCell.Offset(0, 1).Activate ActiveCell =...

Part and Inventory Search

Back
Top