Thread: Log Workbook
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SIGE SIGE is offline
external usenet poster
 
Posts: 206
Default Log Workbook

Hi Steve,

Ron's Google search is my way ..and only one to search the NG!
Super-practical I agree.

Maybe I have to set my search date further back in time ... Lets try.
Sige

STEVE BELL wrote:
Sige,

Sorry I couldn't be of more help. It has been a long time since I used
xl97.

You might want to get the google search add-in. It's free and makes it
easier to find things concerning Excel. It also has some good sites listed:
http://www.rondebruin.nl/Google.htm

But you can use Now() in code and get a static entry in the worksheet. It
only changes if it is entered into a worksheet cell as a formula.
Range("A1")=Now()
Range("A1")=Date
You should be able to format them anyway you want
Range()=Format(Now(), "mmm d, yyyy") (or anything you can dream up -
including hr/min)

Be sure to check out event macros - they should work for you.

Post back if you need more...

I'm using xl2000, but might be able to come up with some stuff for you, just
ask...
You can email me direct to make sure I see your post...
--
steveB

Remove "AYN" from email to respond
"Sige" wrote in message
oups.com...
Hi Steve,
Thanks for the your valuable info!

-I don't think Shared Workbooks are an option ... it should be
functional for XL97.
-I am sure that some clever NG-member has already tested sortlike code
... I hope it at least.

Could not find much Browsing the NG on "log workbook".
It would me take ages to top all problems ahead. (Admitting it is the
best learning school but seen the time I spend already on it...I get
serious familial problems)

Just alreading thinking about the volatile functions you are mentioning
...! The report would not value much if I get updates on every second
the NOW() function has changed.

Cheers Sige