View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Special Private Character Question

You could create a macro that would plop whatever you wanted in a cell--it could
append to an existing cell's value--or just overwrite the existing value.

But you couldn't have a macro that would allow you to edit some text, then click
a button that adds that character, then continues to enter text.

Macros that do anything won't run while you're editing the cell.

I don't understand the second question.

ram wrote:

I have created 6 special characters is it possible to create a tool bar just
for these characters? Also is it possible to reference the characters in a
macro?

Thanks forthe help


--

Dave Peterson