I need to wrap text for Cell A4 contents in a spreadsheet which is embedded in userform.

I m using the following code:

UserForm1.Spreadsheet1.Cells(4, 1).WrapText = True

But this is not working...Plz help me with some solution..

Thanks