Hi there - just a newbie to VBA - use Indirect often but struggling with the VBA equivalent.
I want to copy value in a cell(A3) to another cell column F with the row number of which is held in cell D5.
VBA not impress with my effort as follows'-
Range("A3").Value = Range("F" & D5).Value
Error - "Method range of object - Global failed"
any assistance appreciated
cheers
Chris
Bookmarks