View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_65_] Mike[_65_] is offline
external usenet poster
 
Posts: 32
Default The 'clear' instruction in VBA

Very quick question I hope.

I have a macro in which the following instruction appears:

Selection.Clear

The only problem is that everything is cleared, but in fact I want the
formatting of the cell to remain (for example, the borders, number
formatting, etc.).

If anyone can tell me how to adapt the instruction so that formatting
remain, that would be much appreciated.

Thanks

Mike