![]() |
#7
|
|||
|
|||
![]()
i will attempt to explain further, to eliminate issues reading handwriting we would like to use a vba form to enter the relevant information onto a doccument that will then be sent into the office to process payment
heres the complete code so far: Private Sub ADDCOMMODITY_Click() Selection.GoTo What:=wdGoToBookmark, Name:="COMMODITY" Selection.TypeText Text:=COMMODITYBOX Selection.TypeParagraph End Sub Private Sub ADDWEIGHT_cLICK() Selection.GoTo What:=wdGoToBookmark, Name:="WEIGHT" Selection.TypeText Text:=WEIGHTBOX Selection.TypeParagraph End Sub Private Sub COMMODITYBOX_Change() End Sub Private Sub FINISH_Click() Unload NFfrm End Sub Private Sub REGOTXT_Change() End Sub Private Sub regsave_Click() Selection.GoTo What:=wdGoToBookmark, Name:="rego" Selection.TypeText Text:=REGOTXT End Sub Private Sub WEIGHTBOX_Change() End Sub hope this is more useful |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Rafi | Word VBA | 20 | 01-20-2023 02:16 PM |
Clear all content controls (Text, dropdown) AND change option button values to FALSE in MS Word Form | Janet D | Word VBA | 7 | 01-14-2023 02:36 AM |
Clear Values from All Controls on Form | ScottyBee | Word VBA | 2 | 04-02-2019 09:55 AM |
![]() |
sfitzsimmons | Word VBA | 1 | 01-11-2019 02:03 PM |
![]() |
BruceM | Word | 5 | 10-06-2016 08:26 AM |