window

  1. A

    Clicking between Power Query Window and Excel

    Hi, I am using Power Query with Excel 2010. If I want to check something in Excel proper whilst developing a query, I have to close the Power Query window to do this. I.e. It doesn't work like VBA editor! I find this behavior irritating - is there a way that I can navigate within Excel tabs...
  2. D

    [VBA] ScreenUpdating and SAP

    Hello. I created VBA code to download data from SAP and it works fine. The only thing is that it takes a long time and changes SAP screens frequently. Is there any possibility to force SAP window to stay in the background? Macro starts a new SAP session at the beginning and closes it at the...
  3. A

    VBA to prevent other users to open DAX Model window and DAX formulas

    Hi Experts.... I don't want other users to be able to see my DAX formulas... So, could you please tell me VBA code to PASSWORD PROTECT from users opening Data model window. Thanks in advance
  4. D

    VBA Editor – How Can It Be Restored To Original Settings?

    Help please! I am using Office/Excel 2016. My VBA Editor has got screwed up. The Project Explorer is rammed on top of the Code Window and both are immovable. When trying to view the Properties Window it takes up the whole screen and is immovable. I want to have the original configuration -...
  5. C

    New power query table loaded to data model not visible in Pivot Table fields window

    Per the title, I can see the added table in the Measure Edit window, and I can see it in the Power Pivot window, I can create a measure that accesses it's columns, but I can't see the table or the measure in the PivotTable Fields window, even if I select ALL. Has anyone else seen this type of...
  6. T

    webscrape from a IE pop up window

    I've managed to get to the active window ( the pop up window) but am unable to access information in what appears to be a table within ( the table doesn't have a name and only thing to go by is classnames... attached is the html / jsp code would appreciate some help here pls... < body...
  7. C

    excel vba on refresh odbc deadlock victim

    I have an excel file in which I have made three data connections using the data connection wizard. the option first selected was "ODBC DSN". I have unchecked the "refresh every XX minutes" option since sometimes when refreshing I get a popup window with an OK button that states that there was a...
  8. M

    Populate VBA immediate window data in a Worksheet

    Hello All.... My requirement was to fetch few records from an excel sheet based on some criteria. Because this is the first time i have got an assignment where i have to learn VBA, i wrote a simple code to fetch data based on just one criteria (i'll include the other fields and checks later)...
  9. G

    Unable to identify where it VBA it is looking to open a folder.

    I am running some old code, and during the programme , it opens a window for one of my folders, as if it is looking for data or saving , if i press cancel on the window the code continues to run and completes. All the data is correct so if clearly does not need whatever may have been in that...
  10. C

    Autofilter drop down window too small

    Hi, Whenever I use the Autofilter option I have to manually drag the window out so it's wider and longer - I'm doing this everytime as my selections are many and wide (lots of characters), am doing this several hundred times during each session!! Is there some VBA or setting that will widen the...
  11. D

    Excel vlookup formula references another workbook and the result won't show

    I have a long list of formulas which use a vlookup to other workbooks. I wanted to change the date in the name of the workbook being refereced in the formulas so I tried that by the find and replace function but when I do that, an "Update Vales" window pops up and when I close that window, only...
  12. D

    vba excel - closing ActiveWorkbook while ThisWorkbook is invisible

    I'm running Excel 2016. I have xlsm file that hides the application window when its userforms are running. If I attempt to close another Excel workbook (Book1) that has no macros, the Excel window for the xlsm appears visible and becomes the active workbook, and Book1 still remains open. I've...
  13. L

    Create custom excel window like Accessibility Checker

    Hi Guys, I would like to know if it's possible to create a custom window in excel like the one below (Accessibility Checker): My idea is to use something like that to create a menu for my spreadsheets at tha left side. Once we can create ribbons, maybe it's also possible. Anybody knows...
  14. K

    VBA scrolling to cell A1

    I am trying to return to Cell A1 in a very large spreadsheet however the window will not scroll with the Macro I have created. I do have the Freeze Rows and Columns turned on. The window stays on column BC. Does anyone have any solutions? Thank you
  15. C

    vba to take a screen dump of an IE window already open

    Hi, I'm looking for some code that will take a screen dump of an IE window that is already open and copy it to the clipboard. So, the code mimics me moving from Excel to the IE window (that is already open and maximised), doing a printscreen/copying the whole page, and then pasting it into the...
  16. C

    open and maximise an IE window using vba

    Hi, I have the following code that opens an internet window from Excel using vba, however the IE window never opens up 'maximised' - how can I adapt my code to achieve this? Dim IE As Object Set IE = CreateObject("internetexplorer.application") IE.Visible = True IE.navigate...
  17. P

    VBA Code - Opening the save as window

    Hello, How do I write a code to activate the 'Save as' window and a certain location. the name of the file will always be different that I want to save it as, but the file path will more or less be the same. Thanks for your help. Best wishes, Peggy
  18. E

    dotted lines in excel for mac

    when ever i start the process of printing a window shows up to preview the print before i print the document. so when i cancel that window to adjust a few things these dotted lines show up on the page and for some reason i used to be able to move those dotted lines around but now i cant. i think...
  19. R

    VBA Drag and Drop window

    Hello, Is it possible to create a window or box on a sheet within a workbook where I could drop another workbook into and it would rename it and save it to a predetermined location?

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