View Single Post
  #4   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Fri, 27 May 2005 11:14:30 GMT, wrote:

Hi All,
I have a worksheet which takes values from other worksheets and I use this
to export to .csv so that I can script adding users to Novell using JRB
utils.

The problem I have is that some of our objects have spaces in the name and
the utility I use doesn't like that. I'm looking for some info on making
this change in the CELL and NOT writing a macro to do it so that others may
user this spreadsheet without knowledge of how to run or edit macro's should
anything change.

Any help appreciated

J


It's not possible to change something in a cell without either the user
changing it or running a macro.

However, you could use an event-triggered macro which could run without user
intervention.


--ron