K
Kathy Webster
I have a repeating macro that searches for a carat, then deletes it, and
puts a hard return in its place. I am using this as my solution for pasting
data into an Access memo field from word processing tables that had hard
returns, which Access doesn't like. Since I can't replace a carat with a
hard return through the Find and Replace menu, I have devised this macro.
So I replace the hard returns in the Word table with carats, copy and paste
into Access, then find the carats and change them back to hard returns.
When the macro finds no more carats, I can't figure out how to make it stop.
I have read that the REPEAT EXPRESSION argument is designed for this, but I
can't find any examples, and I am unsuccessful at guessing.
I have in the "FIXIT" macro:
Action: RunMacro
Macro name: Find carat and replace
Repeat count: 20
Repeat Expression: Quit()
What happens when I run FIXIT is, it just quits immediately, before it even
finds the first carat.
Can anyone help?
Thanks very much,
Kathy
puts a hard return in its place. I am using this as my solution for pasting
data into an Access memo field from word processing tables that had hard
returns, which Access doesn't like. Since I can't replace a carat with a
hard return through the Find and Replace menu, I have devised this macro.
So I replace the hard returns in the Word table with carats, copy and paste
into Access, then find the carats and change them back to hard returns.
When the macro finds no more carats, I can't figure out how to make it stop.
I have read that the REPEAT EXPRESSION argument is designed for this, but I
can't find any examples, and I am unsuccessful at guessing.
I have in the "FIXIT" macro:
Action: RunMacro
Macro name: Find carat and replace
Repeat count: 20
Repeat Expression: Quit()
What happens when I run FIXIT is, it just quits immediately, before it even
finds the first carat.
Can anyone help?
Thanks very much,
Kathy