Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi, I have macro command that link file A to file B
Q: anyway to write this command without mention the directory e.g "C:\temp\b.xls" because all the file within one folder (e.g temp). I counter problem when copy this folder to another PC, where the location are not same. Like copy to my document and run it. sub foo() dim wbk as workbook set wbk=activeworkbook workbooks.open "C:\temp\b.xls" wbk.close end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Charting data points and show a target range on the same chart. | Charts and Charting in Excel | |||
count the # of entries when sum matches the target | Excel Worksheet Functions | |||
Return Numerical Label for LAST value Subtracted to reach Sum Target Value | Excel Worksheet Functions | |||
Setting traffic lights based on todays date against target dates | Excel Discussion (Misc queries) | |||
Splitting a Target Figure | Excel Worksheet Functions |