I have code to pull general data from a website into Excel using a macro, e.g. yahoo finance quotes. But, is it a possibility to pull data from a secure website (one that requires login) to automate a report? The link provided was close, but I don't understand how to pass the parameters in. Also,...
Thanks! We'll email you when relevant content is added and updated.
About a month ago, I set a password for an Excel VBA macro but now I forgot it. I can't download the Hex Editor. What should I do? How can I get my password?
Thanks! We'll email you when relevant content is added and updated.
Dim iJob As Integer Dim strJob As String iJob = 5 Do While ThisWorkbook.Sheets("Defaults").Cells(iJob, 21).Value <> "" And iJob <> 4 If ThisWorkbook.Sheets("Defaults").Cells(iJob, 21).Value = strJob Then Select Case ThisWorkbook.Sheets("Defaults").Cells(iJob, 21).Value Case strJob...
Thanks! We'll email you when relevant content is added and updated.
I'm currently trying to download a file from Internet Explorer and save it through VBA. But when it's downloading, I need to figure out the file name too. How can I do that?
Thanks! We'll email you when relevant content is added and updated.
One of my colleage getting this error after upgradation of Office 365: Can't exit design mode because control tree view 1 can't be created in VBA. Please help me on this. Thanks in advance!
Thanks! We'll email you when relevant content is added and updated.
I am creating an Excel macro to automatically send some information including a few zip files. We use Lotus Notes 6.5 as email client. I want to make sure though that the total email size does not exceed the maximum for our server. How can I do this in VBA? Can I find what is the maximum size on...
Thanks! We'll email you when relevant content is added and updated.
What's the best way to delete empty rows in Microsoft Excel using VBA? I tried several times but I keep getting this error message: Run time error '1004': No cells were found. Thanks!
Thanks! We'll email you when relevant content is added and updated.
Hi Experts, We monitor the response time of different SAP and Customer programs before and after any release change. We use the workload statistics in transaction STAD and export the data into Excel manually. We would to automate this process by using Excel VBA Script and download the workload...
Thanks! We'll email you when relevant content is added and updated.
My concern is what are the basic key parameters to be considered for assisting an automation tool. In my company we are automating database (MySQL - Queries) part using 1st approach: Using stored procedures. 2nd approach: Using Excel VBA Macros. For that we need to assist some basic parameters...
Thanks! We'll email you when relevant content is added and updated.
I need help figuring out how to filter a combobox that serves as a record selector. I set up a box that provides clients name & need it to filter them by agents assigned to each customer once the filter is set but, i cant get it to filter out customers under other agents. I would prefer a...
Thanks! We'll email you when relevant content is added and updated.
Hello, I have an .xls files I open with Excel 2007 every day. It is approximately 200 rows x 60 columns. Each day we create a copy of this file, and in the new copy, change the numeric value of 20 cells. No new columns or rows are added, there are no graphics/charts/etc. There is only one sheet. 10...
Thanks! We'll email you when relevant content is added and updated.