razor_raef
New Member
- Joined
- Sep 15, 2019
- Messages
- 19
Hey all, i've done searches on this forum without finding much luck as to why my macro isn't working.
I'm trying to have a macro assigned to an object that once hit will save the pre-filled file name (as shown in the example below).
Here is my coding so far:
Sub SaveFile ()
Dim FN As String
FN = Range ("C69").Value
ActiveWorkbook.SaveAs filename:=FN
End Sub
Cell C69 would have something like this:
\\mau.group\corporate\Homefolders$\johnsmith\Desktop\Coaching History\Karen Rose - 15/09/19.xlsm
Thank you to anyone who can figure this one out for me
I'm trying to have a macro assigned to an object that once hit will save the pre-filled file name (as shown in the example below).
Here is my coding so far:
Sub SaveFile ()
Dim FN As String
FN = Range ("C69").Value
ActiveWorkbook.SaveAs filename:=FN
End Sub
Cell C69 would have something like this:
\\mau.group\corporate\Homefolders$\johnsmith\Desktop\Coaching History\Karen Rose - 15/09/19.xlsm
Thank you to anyone who can figure this one out for me