R
rhon101
I need to create a macro to paste a list of numbers while inserting tabs
within the numbers. I work in Reflection for IBM (sessions) and Office 2000,
soon to be Office 2003. I need to get a list of ICN's (example 0204123456090)
out of a stats table located on our intranet. Those ICN's, (claim numbers)
need pasted onto a list fetch screen. This screen allows 1 to 100 claim
numbers to be keyed onto the screen so they can be retrieved for processing.
I have already made the macro to extract the numbers from the table on our
intranet and then displays the numbers in a column like; 0204123456000
0204123456060 in a work document.
I can't figure out how to make the macro paste this list of numbers by
inserting tabs in them. The screen that they will be posted to has the
following format;
02 04123 456 000 02 04123 456 060
This is what the screen looks like
00 02 04123 456 000 01 02 04123 456 060 02 02 04123 457 780
it has 00...99 to indicate how many ICN's are pasted. Also, it will not
always be the same amount of numbers that needs to be pasted. I hope I have
explained this clear enough.
within the numbers. I work in Reflection for IBM (sessions) and Office 2000,
soon to be Office 2003. I need to get a list of ICN's (example 0204123456090)
out of a stats table located on our intranet. Those ICN's, (claim numbers)
need pasted onto a list fetch screen. This screen allows 1 to 100 claim
numbers to be keyed onto the screen so they can be retrieved for processing.
I have already made the macro to extract the numbers from the table on our
intranet and then displays the numbers in a column like; 0204123456000
0204123456060 in a work document.
I can't figure out how to make the macro paste this list of numbers by
inserting tabs in them. The screen that they will be posted to has the
following format;
02 04123 456 000 02 04123 456 060
This is what the screen looks like
00 02 04123 456 000 01 02 04123 456 060 02 02 04123 457 780
it has 00...99 to indicate how many ICN's are pasted. Also, it will not
always be the same amount of numbers that needs to be pasted. I hope I have
explained this clear enough.