CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2009
    Location
    Mumbai
    Posts
    22

    Unhappy Restrict the Selection Range in Powerpoint 2007

    Is there any way to restrict the Selection Range in Powerpoint 2007 through VBA ,
    i.e. Nothing else can be Selected.

    We can do it in excel through :


    Worksheets(1).ScrollArea = "a1:f10"


    By above code Scrolling and Selection both can be restricted.
    Last edited by ashishasgola; August 19th, 2009 at 06:35 AM.

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

Featured