M
Meghana
Hi,
I am using a simple code to copy data from Excel and paste it into
Project 98. I am getting the Runtime Error: 1100 - This method is not
available in this situation error.
The code works fine for some files but fails for others. Here is the
piece of code:
objMPP.SelectCell 2, 2, False
Set objRange = objActiveSheet.Range("F1:I" & CStr(intUsedRange))
objRange.Copy
objMPP.EditPaste
I am new to using VBA for Project and any help/clues as to what be
going wrong or what to look for would be highly appreciated.
Thanks,
Meghana.
I am using a simple code to copy data from Excel and paste it into
Project 98. I am getting the Runtime Error: 1100 - This method is not
available in this situation error.
The code works fine for some files but fails for others. Here is the
piece of code:
objMPP.SelectCell 2, 2, False
Set objRange = objActiveSheet.Range("F1:I" & CStr(intUsedRange))
objRange.Copy
objMPP.EditPaste
I am new to using VBA for Project and any help/clues as to what be
going wrong or what to look for would be highly appreciated.
Thanks,
Meghana.