a macro which can copy data from word file and paste it into text area of a webpage - vba

I wanted to automate below process using macro:
Browse word document from local machine
Copy the data from that word document and paste into text area of below web page
Web page
Click on 'Analyze' button from the web page
Next click on 'keywords' button from the web page
I'm not much familiar with vba.
I have tried writing the code as shown in the image but I am getting
errors for this code.It will be grateful if somebody helps,Thanks
Code

Related

VBA - Apply document formatting to open Word doc

I am using data in an Excel workbook to create an HTML string when a user clicks a button. I then use VBA to save that string as an .html file, open it in Word, and bring Word to the foreground. That all works great.
Now, I'd like to add a line(s) to the VBA to select the document formatting.
In the Word doc that opens, there's this in the ribbon:
When I hover over that formatting option, it's called "Lines (simple)." I can click it in Word, and it formats the text exactly how I want it. But, I'd like to do so automatically with the VBA over in Excel that created and launched the Word document. Unfortunately I just don't know which command or property that is and haven't been able to find it with searches or document inspection. I'd appreciate your help.

Copy & Paste the Selected text from the PDF File using AXAcroPDF in VB.NET

I have a windows form in VB.net having the following tools
Adobe pdf Reader(AxAcroPDF)
A Text box
Two Buttons
On Clicking the first button ,the pdf file selected using Open dialog box will appear on AxAcroPDF.
I Want to SELECT a desired text from the pdf shown and then to display this text to the text box(Copy & Paste Method) on the click event of the second button.
I cannot find the AxAcroPDF.Selectedtext property.I searched a lot and also tried to use iTextSharp to accomplish it.But failed.
Please Help !

Onenote vba copy a page like copy/move

I would like instruction to copy page like right click on page and move/copy

PDF to Webpage Copy-Paste activity :: Process Automation

Help me choose a way through which I can achieve the following.The steps to be performed are listed below.
Steps
1)Open a PDF file .Copy the value of each cell one by one.Please find image of sample PDF file
2)Open browser URL https://docs.google.com/forms/d/1MWbMjCHgBUylLWo2fWeyZnoUsx33ewQ0S39_ykbWwYc/viewform and then paste the corresponding value of PDF in a webpage form.
3) After repeating the above process for all fields in PDF file,there is a 'Submit' button in the webpage form which needs to clicked upon.
The above steps need to be performed on all the PDF files under a folder.
Can Selenium be used for this task or some other automation tools??
If selenium can be used, request to brief the process.
Regards,
Sri

How do I hyperlink from a PDF file to a specific page in a PPT file

I have a PowerPoint 2010 file saved as a PowerPoint Macro-enabled show (.ppsm) file. I have a hyperlink on a particular page of the PPSM and I've linked it to a PDF file. Great, it all works.
Now I need to put a hyperlink in the PDF file that will jump me back to the specific page in the PPSM, but I can't seem to figure out how to do it. The information in another thread says to add "#15" (the page number) to the filename, but the link seems to put the entire file path. I also get an error that this is not a valid file name. I want to be able to just store the files together in the same directory and have them find each other with the file name, not the whole path.
All assistance gratefully accepted.
If you're running the slide show and link to a PDF file, the show is still running and sitting on the slide you linked from.
All you need to add to the PDF is a link that closes the PDF or possibly quits Acrobat/Reader altogether.
Open the PDF in Acrobat, add a link, choose Custom Link, click Next.
In Link Properties dialog box, go to the Actions tab
Select Action: Execute a menu item.
Click Add to get a list of available menu items, choose File, Close
or File, Exit.
If you need to return to some other page than the one you started on in PPT, it gets a bit trickier.