I have a sheet that uses 8 columns, A-H. Columns A-E contains time tracking info that I bring in from a different sheet. Columns F-H contain formulas. I am only bring over Columns A-E so there are times where Columns A-E may have say 100 rows, but Columns F-H have 80. What I am trying to do in VBA is to copy the last row of formulas in columns F-H and paste special formulas into the last 20 rows (or however many there may be at the time).
I have the following code which selects the last cell in row F that contains the formula just fine (without the :H in the range line), however as soon as I try to add the :H part I get an error Method range of object global failed. I am missing something small I know this, but nor sure what. Any help out there gurus
![]()
Please Login or Register to view this content.
Bookmarks