Excel VBA Paste Special -
i trying eliminate manual process user doing. have vba button when clicked parse text on sheet sheet.
the procedure goes: 1. copy contents html site 2. paste contents clipboard "paste special" text excel sheet 3. click button
they doing hundred of times day , requested if can step 1 , step 3.
what needed replicate paste special "text" sheet, possible?
entirely possible. case of using .pastespecial format:="text"
http://msdn.microsoft.com/en-us/library/office/ff839476(v=office.15).aspx
Comments
Post a Comment