Quote:
Originally Posted by ekesawi
After running the macro, all I had to do is to replace tabs with the default number of space in IDEL
|
You could eliminate that step by changing every occurrence of vbTab with "__" (i.e a pair of double quotes with two spaces [or a different number of spaces] between them). For the first macro, you could even concatenate the vbTab, vbTab & vbTab etc. sets into single strings of "__", "____" and so on.
PS: I've inserted '_' characters because the board software deletes repeated spaces.