View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default Enter data in cell referenced in a cell

In the case of a sheetname having spaces, revise the appropriate line
as follows:

vSource = Split(Replace(ActiveCell.Value, "'", ""), "!")

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion