Thread: Save As B2
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Save As B2

Hi
try:
dim fname
Dim fpath
fpath="c:\Daily Group Summary Reports\"
with activeworkbook
fname=.worksheets("sheet1").range("B2").value
.saveas fpath & fname
end with






--
Regards
Frank Kabel
Frankfurt, Germany


Wonderful,
Thanks Frank.
Also, how can i modify this to save in a particular folder. for
instance:
save as c:\Daily Group Summary Reports\fname
or something...
thanks.


---
Message posted from http://www.ExcelForum.com/