Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am placing information to a worksheet via vba code and the wrap is not working. How do I correct this? Here is my code: Sub SaveTenantName(Choice) With MainPagepg 'save Tenants Name With .Cells(Choice, 6) .NumberFormat = "General" .HorizontalAlignment = xlLeft .WrapText = True .Value = frmStoreData.txtTenantName.Value End With End With End Sub -- Thanks for your help. Karen53 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wrap Text not working in places | Excel Discussion (Misc queries) | |||
Word Wrap Not Working | Excel Worksheet Functions | |||
Text wrap not working properly in Excel | Excel Discussion (Misc queries) | |||
Word Wrap not working correctly | Excel Worksheet Functions | |||
word wrap not working | Excel Discussion (Misc queries) |