Thread
: [Solved]
Autofill SaveAs File Name box using read only workbook
View Single Post
05-20-2015, 11:16 PM
excelledsoftware
Windows 8
Office 2003
IT Specialist
Join Date: Jan 2012
Location: Utah
Posts: 455
I think the only issue is the 3rd line of code. The workbook name does not include the file extension at least not in my experience. Change it to
Code:
If ThisWorkbook.Name = "Test" Then
and see if that fixes it.
Thanks
excelledsoftware
View Public Profile
Find all posts by excelledsoftware