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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.