so there's a certain internal web site I go to daily to get certain reports. ...I gotta log in, click this and that ...then filter for the date, then run to extract in excel then paste to the workbook
I'd obviously love vba code to extract and download the data and paste to the workbook without logging in to the web site without all the clicks...it would save time
my question is how can I write the SQL query to grab this info ? like how do people know which table to pick etc ? do I have to ask the tech support running the web site /server/ database for the info ?
I'd obviously love vba code to extract and download the data and paste to the workbook without logging in to the web site without all the clicks...it would save time
my question is how can I write the SQL query to grab this info ? like how do people know which table to pick etc ? do I have to ask the tech support running the web site /server/ database for the info ?