View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ivan Raiminius Ivan Raiminius is offline
external usenet poster
 
Posts: 258
Default Tracking changes of login & time

Hi Ozgur,

function you mention will not work with workbook open as read-only.

You can use text file as Bob suggested (or any other file). If you
decide to use text file, explore VBA help for opentextfile method.

Regards,
Ivan