Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Can someone fix the following for me? Dim n as Long With ActiveSheet For n = 1865 To 1 Step -1 If (.Cells(n, "d").Value = "S") Then .Cells(n, "e").Select End If Selection.TextToColumns Destination:=Range(".Cells(n, "e")), DataType:=xl _ FixedWidth,FieldInfo:=Array(Array(0, 1), Array(7, 1), Array(14, 1), _ Array(17, 1)) Next n End With I get either syntax errors or End If without Block If errors. -- knowtrump ------------------------------------------------------------------------ knowtrump's Profile: http://www.excelforum.com/member.php...o&userid=19664 View this thread: http://www.excelforum.com/showthread...hreadid=503820 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#DIV errors | Excel Discussion (Misc queries) | |||
Excel Throwing Circular Errors When No Errors Exist | Excel Worksheet Functions | |||
Unresolved Errors in IF Statements - Errors do not show in results | Excel Worksheet Functions | |||
#N/A Errors to 0 | Excel Programming | |||
VB Help Errors Out | Excel Programming |