Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
can someone help me with this?
Public lpfilename As String Sub Macro1() lpfilename = Range("f7") ActiveWorkbook.SaveAs Filename:="C:\Documents and Settings\Administrator\My Documents\" & lpfilename, FileFormat:=xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, CreateBackup:=False End Sub I believe i need to put quotes on each side of lpfilename...I would like also in general to know how to do somehting similar to """ (quote inside quotes) for future reference....By the way F7 is a date stamp..Thanks much again guys youve all been excellent! --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Save-AS Problem | Excel Discussion (Misc queries) | |||
Excel save as problem | Excel Discussion (Misc queries) | |||
Concatenation Problem / VBA ? | Excel Worksheet Functions | |||
Problem using save as in Excel | Excel Discussion (Misc queries) | |||
Excel - Web Save Problem | Excel Programming |