is there a way to put a tabbed space within a cell?
D Dave Peterson Aug 24, 2005 #2 You can put a tab character in a cell, but it won't work like a tab in MSWord. ="asdf"&char(9)&"qwer" About the closest thing you can do is use multiple spaces.
You can put a tab character in a cell, but it won't work like a tab in MSWord. ="asdf"&char(9)&"qwer" About the closest thing you can do is use multiple spaces.