View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dtittle dtittle is offline
external usenet poster
 
Posts: 3
Default Add wordwrap to macro

Chip,

I am trying to Import a .txt file in a macro. The wordwrap is turned
off in the notepad. I have added
A8 is my cell of orgin
Range("A8").WrapText = True

But when I execute the macro, it is still not wapping the text.

Any Ideas.