Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA Beginners
Insert Table Row (if/then)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Claudine, post: 5787150"] Hi Dave, Ok, I guess I need the beginner beginner group or something. I'm not sure where to start actually. Let me restate my issue and then show you what I did for a solution (that isn't that great). I have people entering info into a table. Each row has a particular format. The user is able to enter the particular TYPE of row based on autotext entries. However, it only works if they are OUTSIDE of the last table row. If they are IN the table (like they just finished and haven't clicked outside the table) then the autotext entry doesn't work properly. SO, I assumed that most users would still be inside the table and created the following macro: Sub insertpullout() ' ' insertpullout Macro ' Macro recorded 6/30/2004 by Claudine M. Jalajas ' Selection.MoveRight Unit:=wdCell Selection.Rows.Delete NormalTemplate.AutoTextEntries ("freeformtable").Insert Where:=Selection. _ Range End Sub However, if they are NOT in the table, well, they get an error. Claudine [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Word Newsgroups
Word VBA Beginners
Insert Table Row (if/then)
Top