Ok, i have created code to place an Access table into Word. My last column (7) i have to place the revenue value of each product. the get the revenue the caculation is # of rentals times the rental fee. how do i perform the calculation for each row and then place it?
I need to prompt the user with an inputbox to enter information for a slide.
ex:
prompt to enter a tite for a slide (placing it in the first shape) then to inter source of their presentation (placing that in the 2nd shape), then add code to prompt the user for the # of slides they want to add...
Ok heres the situation. I have to add a label to a form in which when a check box is checked, the label is not visible and when its not checked, it is visible. I have entered the code as follows:
Public Sub CurrentLabel()
If [Current].Enabled = True Then
lblInactive.Visible = False
Else...
I am working in the immediate window of VBA with Word (2000) and I need to write a short code to find a work and replace it but when I write the code, it will not replace the word I need to replace it. Someone please help me on this! Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.