Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I found many posts about the property and I still have a problem with one statement that bugs because the active sheet is not the one the data is supposed to be erased from. rngDelete.Range(Cells(intIndex + 1, 1), _ Cells(intIndex + 1, intNbCol)).Value = "" I get the error 1004. When the right sheet is the active one, there is no problem with the code. I tried to specify the parameter (External:=True) in different places, but I allways get an error. I seems that it can only be specified after the Address property. What should do? Can someone help me please? -- Jac Tremblay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Regex Pattern to extract Sheet Name from .Address(external:=True) | Excel Programming | |||
What does Address(external:=True) mean? | Excel Programming | |||
Function to return True/False if all are validated as True by ISNU | Excel Worksheet Functions | |||
When do I need Rng.Address(External:=True) | Excel Programming | |||
How do I stop Excel from changing the word true to TRUE? | Excel Discussion (Misc queries) |