S
Shona
Hi
I have the following but I actually want to save the file as information
from 2 different cells (named)with a space between. The cells are not next
to each other. Alternatively 3 different named ranges and I can put a space
in the middle one
ChDir "C:\DATA"
Application.Goto Reference:="mydirectory"
ChDir ActiveCell()
Application.Goto Reference:="myfilename1"
ActiveWorkbook.Names.Add Name:="myfilename1",
RefersToR1C1:=ActiveCell()
ActiveWorkbook.SaveAs FileName:=ActiveCell(), FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
Does anyone know how I do this?
Thanks Shona
I have the following but I actually want to save the file as information
from 2 different cells (named)with a space between. The cells are not next
to each other. Alternatively 3 different named ranges and I can put a space
in the middle one
ChDir "C:\DATA"
Application.Goto Reference:="mydirectory"
ChDir ActiveCell()
Application.Goto Reference:="myfilename1"
ActiveWorkbook.Names.Add Name:="myfilename1",
RefersToR1C1:=ActiveCell()
ActiveWorkbook.SaveAs FileName:=ActiveCell(), FileFormat:=xlNormal, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False, _
CreateBackup:=False
Does anyone know how I do this?
Thanks Shona