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?
ok forget the date..i got that
i need to prompt for a number of slides to add.
i have the code for the input box ,etc but how would i write how many slides in add
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 still in college and for our assignment that is what we are suppose to do. Using the the immediate window to me is useless but thats what I am instructed to do. Thanks the code worked finally!
Nope that didnt work either. Its in the immediate window testing so it should only be 1-3 lines long and i tried the whole code and I cant get any of it to work
I need to replace one word. The word I need to replace is the only word so I could find method but none of the code works. I need to replace that word with another word. The word is you're and i have to replace it with you are.
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.