Posted to microsoft.public.excel.programming
|
|
Inputbox and cancel button
on reflection, I'm confused about why this inputbox is even necessary.
Today's date can always be found using the Date function:
UInput = Date
In article ,
(Uddinj1) wrote:
I am rather confused as to why the following macro does not work properly.
|