F
foamfollower
Hi,
i have a file named 'Template_Homogeneity.xlt' that will be the
template file.
When first opened, i will have a userform appear that asks for a
number. the file will then be saved as that number.xls.
I can figure that much out, at least. However, when the user opens
the newly named file in the future, i don't want anything to happen.
i'm trying some variations like this, but without any luck.
in private sub workbook_open:
If workbooks.filename = "Template_Homogeneity.xlt" then
frm.StartLot.show
'then do the save as stuff'
goto continue
else: goto continue
end if
continue:
'continue with other at-file-open stuff'
Thanks a Bunch for any Help!
SF
i have a file named 'Template_Homogeneity.xlt' that will be the
template file.
When first opened, i will have a userform appear that asks for a
number. the file will then be saved as that number.xls.
I can figure that much out, at least. However, when the user opens
the newly named file in the future, i don't want anything to happen.
i'm trying some variations like this, but without any luck.
in private sub workbook_open:
If workbooks.filename = "Template_Homogeneity.xlt" then
frm.StartLot.show
'then do the save as stuff'
goto continue
else: goto continue
end if
continue:
'continue with other at-file-open stuff'
Thanks a Bunch for any Help!
SF