Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi all
i have this : ]Sheet2'!$I$7 for some reason.. i must have it in vbe !! something like this... Range("A2") = ]Sheet2'!$I$7") without using the ' can anybody help?? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this.....
Range("A2").Formula = ]Sheet2'!$I$7" -- Regards, Nigel "pls123" wrote in message ... hi all i have this : ]Sheet2'!$I$7 for some reason.. i must have it in vbe !! something like this... Range("A2") = ]Sheet2'!$I$7") without using the ' can anybody help?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to write value | Excel Discussion (Misc queries) | |||
How to write an If Then VBA | Excel Programming | |||
is it possible to execute write to the fields in another .xsl form a macro in another .xsl? e.g. some way to load another .xsl into an .xsl macro and write to its data? | Excel Worksheet Functions | |||
How to I write a UDF? | Excel Discussion (Misc queries) | |||
Better way to write this VBA | Excel Programming |