Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that opens a file to use for VLOOKUP function. I start in original file, ask user for file to use and I want to execute the function in my original file, not the file I opened
fName = Application.GetOpenFilenam Workbooks.Open fNam Range("N2").Selec ActiveCell.FormulaR1C1 = "=VLOOKUP(RC[-13],'[fName]Qty-Value'!$A:$C,2,FALSE) I think I need something before this to capture the name of the original file/worksheet, so I can get back to it before I execute the formula |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Going back to original location | Excel Discussion (Misc queries) | |||
Can I undo a "save file" to revert back to original spreadsheet | Excel Discussion (Misc queries) | |||
Auto save replaced my original file and now I need the original? | Excel Discussion (Misc queries) | |||
How to revert back to the original file name in a hyperlink | Excel Discussion (Misc queries) | |||
using VBA to go back to the original value before the cell was changed | Excel Programming |