explorer

  1. D

    VBA Editor minimizes

    Hello All, This is one of those annoyances that just pops up from time to time and I can find nothing on it anywhere. i work with a dual monitor setup. Often it is better to drag the vba editor from one monitor to the other. Every time i so, it now resizes the editor to the size of a very...
  2. 2

    Open "explorer exe" in VBA and define the size and the position of the window

    Hello I'm trying to open 4 windows of "explorer.exe" (windows explorer) application and I would like to define their position and size. I found some code which works perfectly with notepad ! I've tried to modify it ...to make it work with "explorer.exe" I've replaced : np_retval =...
  3. J

    Macro to list folders and subfolders in excel based explorer with Properties

    I need a macro that , in excel, shows a folder name, its path, # folders underneath it and # files in each folder. Each sub folder would also be listed and properties included in the spreadsheet. Like I was clicking on properties of each folder and sub folder individually (which I don't want...
  4. Johnny C

    VBA XML scrape, can you access a protected webpage (Power BI on Cloud)

    We have a corporate Power BI MIS, which is hosted on the Power BI cloud. When you log in it picks up your credentials from your PC so there's no actual login needed but you have to go through several access screens which validate you. I'm trying to collect data from BI as the data has to go...
  5. M

    Capture and export to Excel all explorer search result details

    You would think this is easy but I, and it seems many others, can't export the details of an explorer search. I've had great success by copying an address, paste in Chrome, to show the full path, file size, and date modified of any directory. But this won't work with search results. I have...
  6. W

    VBA to close windows explorer window

    Hi! I need to open windows explorer to access a file, and it would be nice to have a macro in that file to automatically close the explorer window (This is not Internet-explorer!) I found plenty of macros to open explorer windows (Shell) but none wich will work to close it. The path to the...
  7. J

    Problem Opening SharePoint Folder in WINDOWS Explorer

    I am having a problem opening a SharePoint folder (not a specific file in the folder) using VBA. I have searched Mr. Excel extensively and have found MANY suggestions to try using... FolderPath = "http://nexus/sites/.../MySharePointFolder" Shell "explorer.exe " & FolderPath, vbNormalFocus...
  8. K

    [VBA] IE Automation - wait for the download to complete

    Hello all, I am trying to automate some tasks which are being done through Internet explorer, which include downloading a file and then copying it to a different directory and renaming it. I was more or less successful in finding the information on how to do this, the code is working, but it...
  9. T

    Screenshot IE with visible = false

    Hi all, Is it possible to open Internet explorer via VBA, navigate to Google, take a screen shot of the Google home page and save that screen shot in a specified location (all through VBA)? This should all happen in the background, i.e. Internet Explorer shouldn't be visible to the user. Thanks!
  10. G

    Why does Excel file in explorer shown light color?

    I have two Excel's files out of 7 that shown with light color icons in Windows 10 Explorer. I am using Excel 2016. These two files will not open in Excel, but the other Excel files will. How do I correct this problem and open the file? Thanks in advance Jim Goodman
  11. J

    Opening files through Explorer in one instance

    Hi - have a new laptop and after the reinstall of Microsoft Office... when I open my excel files through Windows Explorer they open in separate instances. Every file opens in a new instance. they uses to open in the same instance. I can get them to open in the same instance by opening one file...
  12. E

    Copy pate from website into excel

    Hello! This should be pretty simply. Was hoping for a macro that will go to a website, copy all the data (as if I were to ctrl+a), and paste that into excel. Any assistance would be greatly appreciated. Thank you!
  13. D

    How do I make a cell equal to the file directory of a selected file?

    Hi there, I am looking for a way to paste the directory of a file into a cell of an open workbook. I need the ability to open file explorer and choose the file to copy the directory from. Thanks, D
  14. T

    Saving file with "." in filename

    My workbook is called abc.xlsm I run the following code and it's fine, ie it saves it as abc.xlsm ThisWorkbook.SaveAs Filename:=Left(String:=ThisWorkbook.FullName, _ Length:=Len(ThisWorkbook.FullName) - 5) If I now save my workbook...
  15. T

    Web query error: The Web.Page function requires Active Scripting to be enabled in Internet Explorer options

    I have a web query set up (ie Data>>From Web) where the source is connected via an API. Everything is working great as long as the data set is relatively small - I can manipulate the parameters by date and it is working for 2 months (~13K rows) but if I change it to 6 months then I get this...
  16. seba64

    know when user leave excel

    Hi. with deactivate whe can take actions when change of a workbook to another, but can't know when user go to file explorer or internet or another application. how can know when user leave excel? or how can know the active aplication?
  17. H

    VBA to press button on website

    I am trying to make to put a date into a field on a website and I have 2 options on how to do this and I can't seem to make either one work. 1. I can put it into the field directly which doesn't seem to be working <span class="gwt-InlineLabel WCRF WBRF" style="min-width: 14.5px;"...
  18. N

    Copy header and description from explorer link and paste it in excel

    Hi, I need to copy and paste only header and description from explorer link. Below link extracts all test on explorer. Expected Results as below- Kolkata gets best cities award for tackling climate change Kolkata, along with 10 other cities from across the globe, has been honoured with the...
  19. N

    copy specific link from explorer to excel

    Hi, I have created macro which copy links from HTML and paste in excel sheet. I need specific links to selected and others to be ignored. Below is the sample of HTML code and VBA which I have created. Can anybody please help me so that I can select specific links From below HTML, I need links...
  20. J

    VBA Editor - Explorer - Restore Group By Type

    Guys / Gals, The VBA Editor typically groups the code by type: - Worksheets - Forms - Modules - Class - Et Cetera. My explorer just lost this grouping and all items are now sorted strictly alphabetically. How can I restore the grouping by type? Thank you, John In Annapolis, MD

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top