Thread
:
get part of a file name from a cell value for use in a macro
View Single Post
#
1
Posted to microsoft.public.excel.programming
Dave[_60_]
external usenet poster
Posts: 8
get part of a file name from a cell value for use in a macro
x = Cells(1, 1).Value
Windows(" & x & "_122005 worksheet.xls").Activate
Reply With Quote
Dave[_60_]
View Public Profile
Find all posts by Dave[_60_]