View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default clear column content

Hi Owl,

Try:

Columns(1).ClearContents '(Retain formatting)

or

Columns(1).Clear '(Clear contents and formatting)


---
Regards,
Norman


"owl527" wrote in
message ...

Hi,
How do I write a macro to delete the content of a column? Please let me
know. THanks.


--
owl527
------------------------------------------------------------------------
owl527's Profile:
http://www.excelforum.com/member.php...o&userid=20916
View this thread: http://www.excelforum.com/showthread...hreadid=546424