Consulting

Results 1 to 3 of 3

Thread: Copy from Excel list to Word

  1. #1

    Copy from Excel list to Word

    Hi,
    I need help to make a VBA. I want to print some serial number on a pre-printed sticker.

    I have the following files:
    SerialNumber.xls (100k Random Number in A1-A100000)
    PrintableFormate.doc (Black Document)


    I want to create VBA in .doc file. When I will open that file, input box will ask me how many number i want to get from excel (It should not be in that list after done copy/cut). then It will paste one by one.


    Any idea? help me if any part of this action you can.


    Thanks in advance!

  2. #2
    Meakashgfx,

    Do you need the number to be randomly chosen?

  3. #3
    no! if inputbox value = 100 then it will cut cell A1:A100

    thanks Macro wizard for your response.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •