View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default ActiveX spreadsheet control problem

Try with some text in cell A1

Range("A1").WrapText = True

--
Jacob


"אלי" wrote:

Hi!

Is it possible to assign cell in a spreadsheet control on a userform as
multi line?
I tried several times to copy multi line strings into a spreadsheet control
but it was always converged into one line.

appreciate your help!

Eli