View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
wcc[_3_] wcc[_3_] is offline
external usenet poster
 
Posts: 7
Default question on horizontal tab

Hello,

When putting a string into a clipboard (which can be later pasted into
Excel), what do I need to use to represent the horizontal tab? I
thought "\t" is the answer, but it doesn't work. It shows as a square
box instead of splitting data into multiple columns. Thank you!

--
wcc