soccercook44 and SkipVought,
Thanks for the feedback.
soccercook44, I failed to mention that I actually get an error at line:
Set transferFile = Workbooks(counter).Sheets(1)
because the counter is actually set to 2 (the original Excel workbook is 1 and the *.csv file is 2) by this time but...
Here are the two sub procedures referenced by the first post. Thanks!
Sub mintDotCom()
Dim newHour As Byte
Dim newMinute As Byte
Dim newSeOcond As Byte
Dim waitTime As Variant
Set masterFile = ActiveWorkbook.Sheets("Sheet1")
initializeIE False
ie.navigate...
I currently have two sub procedures:
[1] The first sub procedure logs in to a password protected website, navigates that website, clicks a link that download's a *.csv file, opens the *.csv file, logs out of the website, and then closes Internet Explorer.
[2] The second sub procedure figures...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.