![]() |
|
#1
|
|||
|
|||
|
Hello, I have a docx (protected) when a user clicks a ckbox after tabbing out another automatically checks as well. Version two of the document I added more to the docx and made it landscape to accommodate the new column. The issue I am having is when i click on the new column ckbox and tab, the mirrored ckbox doesn't check like the other columns.
Her is what I run on exit: Code:
Sub MyMacro() Dim ffld As Word.FormField Dim rw As Row Set rw = Selection.Rows(1) rw.Cells(4).Range.FormFields(1).CheckBox.Value = rw.Cells(1).Range.FormFields(1).CheckBox.Value End Sub Last edited by macropod; 08-31-2012 at 05:54 PM. Reason: Added code tags |
| Tags |
| word automation, word vba |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Document automation
|
coconutt | Word | 1 | 05-02-2012 01:45 PM |
| Automation Word-Excel | stephen_pen | Mail Merge | 0 | 09-22-2011 05:17 PM |
Urgent help regarding automation.
|
aligahk06 | Excel | 1 | 01-14-2010 01:55 PM |
| What is Application Automation and How can I use it in VBA | KramerJ | Excel | 0 | 03-30-2009 12:59 PM |
| COM Automation Errors | ivanm | Word | 0 | 03-23-2009 07:02 PM |