Hi all,
Have anyone experienced the following situation in VBA.
Run time error:1004
Application-defined / object-defined error
while run at the statement,
dim DataSheet as worksheet
Set DataSheet = ThisWorkbook.Sheets("Data")
strPName = DataSheet.Cells.Offset(intRow, intCol)
Have any ideas?
Any help will be appreciated.
Rgrds,
Daniel
Bookmarks