daniels012
Well-known Member
- Joined
- Jan 13, 2005
- Messages
- 5,219
I have code below.
Where can I enter...
Range("M3").ClearContents
So when saved to the new computer this link is gone?
Thank You,
Michael
Code:
Select Case WB1.Sheets("FRONT").Range("C2").Value
Case "MD"
strfilename = "\\MIKESRGATEWAY\MikesProposals\" & strfilename
Case "TD"
strfilename = "\\Tomsblackibm\TomsProposals\" & strfilename
Case "DJ"
strfilename = "\\DAVEJONES\DavesProposals\" & strfilename
Case "CP"
strfilename = "\\Chuckscomputer\daily\" & strfilename
End Select
WB1.SaveCopyAs Filename:=strfilename
WB1.ActiveSheet.Shapes("Button 53").Visible = False
ChDir CurrPath
Application.ScreenUpdating = True
WB1.Close
Where can I enter...
Range("M3").ClearContents
So when saved to the new computer this link is gone?
Thank You,
Michael