Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using trim and can not figure out why it does not work!! I have some
text in a cell and use mid fuction to get a piece out, I want to trim the spaces to use as worksheet name but can not figure why it won't trim spaces. The data is a html I open in Excel, no problem, I save it as Excel and it still does not work. Dim strMarket As String strMarket = Trim(Mid(ActiveCell.FormulaR1C1, 9)) ActiveSheet.Name = strMarket |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TRIM function | Excel Worksheet Functions | |||
TRIM function | New Users to Excel | |||
using trim cmd. When I type this command it does not work. When I. | Excel Worksheet Functions | |||
Trim function won't work in VBA | Excel Programming | |||
Trim function in Excel Doesn't work for certain cells | Excel Programming |