Results 1 to 5 of 5

Thread: User control property

  1. #1

    Thread Starter
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Question User control property

    I was reviewing some older posts dealing with handling Excel spreadsheets. One of those had these statements:

    Set xlApp = GetObject(, "Excel.Application")
    ...
    xlApp.UserControl = True
    ...
    My question is, what does the UserControl property mean?
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  2. #2
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    Re: User control property

    Originally posted by krtxmrtz
    I was reviewing some older posts dealing with handling Excel spreadsheets. One of those had these statements:

    Set xlApp = GetObject(, "Excel.Application")
    ...
    xlApp.UserControl = True
    ...
    My question is, what does the UserControl property mean?
    Did you lookup help ?

  3. #3

    Thread Starter
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: Re: User control property

    Originally posted by jhermiz
    Did you lookup help ?
    I sure did but it wasn't there, at least not in the index. I don't know what topic this comes under.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

  4. #4
    Fanatic Member ahara's Avatar
    Join Date
    Nov 2003
    Location
    Toronto
    Posts
    531
    well, just for the hell of it, I looked it up...

    http://msdn.microsoft.com/library/de...tartupcode.asp


    http://msdn.microsoft.com/library/de...automation.asp


    http://www.mvps.org/access/general/gen0017.htm


    Apparantly, it's a pretty important property at times
    "Knowledge is gained when different people look at the same information in different ways"

    - Louis Pasteur

  5. #5

    Thread Starter
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    Originally posted by ahara
    well, just for the hell of it, I looked it up...
    I looked up the built-in help but just forgot about MSDN being out there.

    Thanks.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width