View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How do I retrieve the contents of a Cell from different sheets

We can make versions of the functions that use data directly rather than
getting the data from cells. For example:

=WhatsInIt2("Sheet3","Z100") instead of the original forms.

Check back tomorow for an update to this post.
--
Gary''s Student - gsnu2007g


"mike" wrote:

Also how do you handle filenames with spaces. Thanks