Hi everyone,
Newbie question here so any help I get I'll be grateful! I tried using the following script to save a spreadsheet onto sharepoint which i've opened with vba on another spreadsheet.
Path = "http://sharepoint.com/"
filename1 = " Test File"
dtt = Format(CStr(Now), "hhmm")...