View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil[_30_] Neil[_30_] is offline
external usenet poster
 
Posts: 4
Default Open Workbook Macro - with a twist

Hi All,

I'm looking to open a 'register' workbook, look down a column for the next
available (sequential) index number (first instance of an empty cell in the
target column), send that number (number above the first empty cell +1) into
the workbook from which the macro was called, update the 'register' workbook
by entering the now allocated index number into the previously empty cell,
save the 'register' workbook and close it.

Seems easy, however there is a slight complication.
The 'register' workbook is in a directory that is generally read only to
most users.
I need the macro to pass (write) credentials so that it can open the file,
edit and save, all without the user knowing this is happening
(screenupdating = false).
My IT guys have set up a domain user named 'Macro' that has write access to
the directory in which the 'register' workbook resides.

Can this be dome within an Excel VBA macro, passing of credentials whilst
opening another Excel workbook ?
I'm using Excel 2007 but some of my users will be Excel 2000.

Any ideas ?
Thanks,
Neil