opens

  1. M

    VBA to hide worksheets based on windows user names..

    I have been working on a new quoting tool for my organization and I guess I did such a great job( in large part to this forum! Thank you to everyone!:):):):)) that the Engineers are worried that the sales people will create quotes without engineering overview and create some serious issues...
  2. B

    mailto HYPERLINK

    Hiya again folks. I have a HYPERLINK mailto link which Opens outlook and populates the various fields. Is it possible that when the link is clicked and outlook opens, it copies and pastes the text in cell H4 and pastes is as a value into the body of the email window? Many Thanks
  3. B

    VBA Internet Explorer - following link to new window

    Hello, I am having some issues with data scraping a website table I am interested in. The reason is because one of the links I click on in the process opens a new IE tab. How do I follow the link to the new window via VBA? Current code I have is below. Sub Button1_Click() Dim ie As Object...
  4. P

    How do I filter on open workbook (VBA) based on user input?

    I created a workbook that has macros for companies that we email. Each company is listed on one row on first sheet. There are buttons for each type of macro next to each company and the interface is getting crowded. How can I ask the user to select the company when the sheet opens? This will...
  5. B

    Putting a macro within a sheet that isn't yet open...

    Hey there, I have one macro that creates and opens a new workbook. I also have another macro that when you click on a cell within a certain column, it finds and opens a specific file (using the file name that is listed in that particular cell). Is it possible to somehow use this second macro...
  6. B

    Putting a macro within a sheet that isn't yet open...

    Hey there, I have one macro that creates and opens a new workbook. I also have another macro that when you click on a cell within a certain column, it finds and opens a specific file (using the file name that is listed in that particular cell). Is it possible to somehow use this second macro...
  7. R

    Excel 2016 - documents opening in separate processes?

    For the past decade plus, the way Excel worked for me anyway, every time you double clicked to open an Excel doc in windows explorer, if you already had another Excel doc open, it would load the new one you clicked on in the same process. Now there seems to be little rhyme or reason. Sometimes...
  8. I

    Working code needs attention

    Morning all, I have the working code supplied below. How it works is i make a selection from the combobox & that person in question has its row highlighted & the cell in column A which is customers name is then selected. What i would like to do now at this point is when i hit enter the...
  9. D

    double click opens userform with listbox, how to stop same dbl click causing listbox selection

    Hi, I have a userform which opens when I double click a cell Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) If Not Application.Intersect(Target, Range("G2:G501")) Is Nothing Then Cancel = True UserForm1.Show End If End Sub My problem...
  10. D

    Simple query opens an unexpected workbook?

    A simple 3-line macro I made. I assigned a hotkey to it and put it on the ribbon (Excel 2013). When I run it (via hotkey or icon on the ribbon), it opens an older version of the workbook in another folder on my hard drive. How do I find out why it is doing this? I've searched for the filename...
  11. A

    Application.ScreenUpdating

    Hi. I have a long macro that executes automatically every day. In order to reduce the execution time, I've seen that I can use Application.ScreenUpdating, since I don't need to see what the macro is doing. My question is: what does application refer to? I ask this because the macro runs from...
  12. XLfriend777

    personal.xlsb not automatically opening

    I recently upgraded to Windows 10 and the installation overwrote my old personal.xlsb file erasing all the macros I had stored there. Additionally, when I start Excel now the personal.xlsb file does not open. When I go to the XLSTART folder, the file is there. I open it from the XLSTART...
  13. T

    vba - Too many shapes slow down the code

    Hi, I have a sheet with about 600 shapes. One of them (just one) is assigned to a macro that opens a simple userform. When i click on it, it takes too much time to open the userform. When I delete all other shapes, it opens faster. I would really appreciate your help to solve this problem. Thank...
  14. Pinaceous

    VBA Case Question

    Hi All, How do I write in code the following verbal: Many thanks in advance! R/ Pinaceous
  15. T

    Saving Sheet the wont CLOSE using VBA

    I am working with a script that will save a SHEET from my workbook to a location on my computer but it opens it up also. SO I am trying to get that NOT to open or at the least we I can get that file to close. Here is where I am at now: Application.DisplayAlerts = False ActiveSheet.Select...
  16. kelly mort

    Modifying Create Pdf Macro

    Found this code here on the forum and need help with modification : Private Sub CommandButton2_Click() 'This macro opens the SaveAs option with the defult file path "you have to set this file path below" coverts the whole sheet into .pdf file format 'And opens the .pdf to view <-- you can...
  17. Caleeco

    DataConnection opens source Excel file during .RefreshALL [VBA]

    Hello, Got an issue which I can't seem to resolve. I have a Workbook Connection from Workbook A (.xlsb) to another Excel Workbook B (.xlsm) on the network. The data is updated with the following code: Private Sub Workbook_Open() Call HideAllSheets ActiveWorkbook.RefreshAll...
  18. D

    VBA Macro to Copy/Paste as values

    Hi Excel Gurus :smile: I have googled this, but I can't seem to find what I am looking for. I want a VBA macro that takes all the xlsx files in a directory, opens, copies and pastes the content as values and closes again. Any ideas? Thank you in advance
  19. H

    Workbook name in macro

    I have a workbook (workbook1.xlsm) that has a VB script that runs as soon as it opens. This VB script opens another workbook (workbook2.xlsm). As soon as workbook2.xlsm is opened, it copies everything from sheet1 and then goes back to workbook1.xlsm and pastes everything into sheet1. The final...
  20. D

    VBA Macro to Copy/Paste as values

    Hi Excel Gurus :) I have googled this, but I can't seem to find what I am looking for. I want a VBA macro that takes all the xlsx files in a directory, opens, copies and pastes the content as values and closes again. Any ideas? Thank you in advance

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