User Profile

Collapse

Profile Sidebar

Collapse
projectVBA
projectVBA
Last Activity: Jun 11 '07, 06:51 PM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • projectVBA
    started a topic VBA- how to hande

    VBA- how to hande

    Hi all,

    I'm trying to fing out how to work with events in vba.
    For example - this is function decluration in VB
    Code:
    Private Sub TreeView1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TreeView1.MouseDown
    How can i perform the same in VBA??? the problem is with 'Handles" - vba cannot recognize it and i can't find how to use it otherwise.

    ...
    See more | Go to post

  • Writing my PowerPoint add-in into registry

    Hi ,

    I wrote some add in for PowerPoint and i'm trying to find an automatic way to load it every time PowerPoint starts.
    I found Microsoft Code example (see below ) BUT the problem is :
    I can't find all appear function declaration and VBA also errors regarding all the default variable values give in the code like ERROR_SUCCESS etc.
    May be you can help me to make this code run??
    Code:
     
    Function RegisterAddin(
    ...
    See more | Go to post
No activity results to display
Show More
Working...