Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try changing this line
FName = Worksheets("Index").Range("B8") to this: FName = Worksheets("Index").Range("B8").Value As a test you can add this line and run the code before and after the suggested change: FName = Worksheets("Index").Range("B8") Msgbox FName You should see the expected results. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range used in a macro needs to be variable | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Forcing a macro to pause for filename | Excel Discussion (Misc queries) | |||
open file (as variable) from macro | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions |