ourfear
New Member
- Joined
- Jan 16, 2009
- Messages
- 29
Bacically i want to write a Macro that will select each cell one at a time and double click it!!
I think it's supposed to look similar to this:
Sub CleanUp()
Dim TheCell As Range
For Each TheCell In ActiveSheet.UsedRange
With TheCell
ActiveCell.FormulaR1C1 = ""
End With
Next TheCell
End Sub
But i dont think that works at all!! lol
BAsicallyi have an export form one application into Excel and it has hidden it's Carriage Return code in Excel, if you double click a Cell it then becomes visible and can then be imported into a third application : )
Any help would be great!!
Cheers
I think it's supposed to look similar to this:
Sub CleanUp()
Dim TheCell As Range
For Each TheCell In ActiveSheet.UsedRange
With TheCell
ActiveCell.FormulaR1C1 = ""
End With
Next TheCell
End Sub
But i dont think that works at all!! lol
BAsicallyi have an export form one application into Excel and it has hidden it's Carriage Return code in Excel, if you double click a Cell it then becomes visible and can then be imported into a third application : )
Any help would be great!!
Cheers