View Single Post
  #2  
Old May 28th, 2010, 03:03 PM posted to microsoft.public.access.forms
Tom van Stiphout[_2_]
external usenet poster
 
Posts: 1,653
Default Embed Excel with form

On Fri, 28 May 2010 02:58:01 -0700, QB
wrote:

Yes. You can use the Unbound Object Control to do that. It can be a
bit tricky to work with. You can even interact with the Excel object
inside using VBA and the Excel object model.

-Tom.
Microsoft Access MVP


Is it possible to show an excel spreadsheet within a form? Have it
interactive where the user can scroll...?

QB