Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I ask again, have you tried the suggestions in thread68-1171330?skygirl65 said:I need to be able to enter the month myself....
SkipVought said:You can input prompt using the InputBox Function.
me said:You can interupt a macro by pressing [Esc], but why not have the macro prompt you for the month?Code:... MyDate = inputbox "Please enter the Date you would like to appear in the header" ...
xlbo said:Alternatively, if you simply want to enter the data into a cell, you can useCode:.....code runs stop .....code restarts