Newbie: Problem with re-using a combo-box in userform
Sun, 05 Oct 2008 12:23:09 -0400
I'm new to userforms and can't find a solution.
I'm wanting to use this rough-draft macro and userform to let get me
choose a worksheet of a workbook from a combo box, and then reuse it
again to let me choose a worksheet from another workbook in the combo box.
It seems to work ok the first time around, but ...
|
Qs about protecting submitted data on a form
Thu, 18 Sep 2008 12:48:34 -0400
When i turn on "Fill in" protection for a form ( W2007 ) and a user fills in
the form and saves it, whoever opens the saved form is still able to modify
the data ( delete or change them ). Is this by design ? Is there a way to
"lock" the submitted data ? ( even saving the form w/ "no changes -read
only" prot ...
|
Modifying Calculations
Mon, 15 Sep 2008 12:43:01 -0700
Back July I was helped with this template that requires two seperate
calculations. It works wonderful. However, when I go back in to make a small
change to the calculating code I get a message when I reopen the template.
Something about the tables in the document getting corrupted. Any idea? ...
|
How to process string to word?
Tue, 9 Sep 2008 09:55:24 +0200
Hi
In de userform I have several optionboxes representing some persons.
Depending wicht optionbox selected I want to assign a name and a phonenumber
to a variable. How do I get those variables to word? Defined in word the
fields with { DocVariable "strName" \* MERGEFORMAT } and {DocVariable
"strPhone" \* ...
|
Using VB6 forms in VBA
Fri, 5 Sep 2008 16:00:01 +1200
I know this is probably just wishful thinking, but I have a need to move an
app from VB6 to VBA. The code moves relatively easily but can I reuse the
15 complex VB Forms to VBA or do I need to redo them?
Some of the forms use flexigrid, and I'm not sure whether that is available
in VBA forms.
Here's hopi ...
|
VBA Find second occurrence in table cell
Wed, 3 Sep 2008 16:22:01 -0700
I am trying to find all occurrences of text in a table cell using the
Range.Find object. If one occurrence is found, I restrict the Find range so
that it starts at the end of that occurrence. However the Find still seems to
start at the beginning of the cell and simply refinds the first occurrence.
I am usi ...
|
Return value from another form
Wed, 3 Sep 2008 10:12:45 +0100
Hi
how can i using VBa return a value from another form. The form will be
hidden.
Regards
D
...
|
|
|
Can you populate a list box with cross-reference items?
Wed, 3 Sep 2008 14:03:45 +0800
I want to populate a list box with all the numbered reference items in a
document. Does anyone know if this is possible? Thank you
url:http://www.ureader.com/gp/1023-1.aspx ...
|
instant email
Sun, 24 Aug 2008 13:36:05 -0700
Would someone please give me a basic overview, of where/how I set up an
instant email to be generated when a certain parameter is returned.
Thanks. ...
|
Create a Userform-Problem
Sun, 24 Aug 2008 11:48:45 -0500
I was following the tutorial,
http://word.mvps.org/FAQs/Userforms/CreateAUserForm.htm, on how to create a
Userform. But when I then open the document...the form doesn't appear. I
think the likely problems may be in steps 10 or 13. This is what I've done
for both:
Step 10:
Private Sub CommandButton1_Cl ...
|