Windows 10: Having problems with very simple VBA Excel Macros: Command Buttons do not work

Discus and support Having problems with very simple VBA Excel Macros: Command Buttons do not work in Windows 10 Software and Apps to solve the problem; Hello !!!Could this be the cause of Command Buttons not working in VBA Excel?The machine-default permission settings do not grant Local Activation... Discussion in 'Windows 10 Software and Apps' started by EOutlook, Dec 28, 2023.

  1. EOutlook Win User

    Having problems with very simple VBA Excel Macros: Command Buttons do not work


    Hello !!!Could this be the cause of Command Buttons not working in VBA Excel?The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID {316CDED5-E4AE-4B15-9113-7055D84DCC97} to the user DESKTOP-UM8ABKR\eaoje SID S-1-5-21-240453450-2420965790-3953455857-1001 from address LocalHost Using LRPC running in the

    :)
     
    EOutlook, Dec 28, 2023
    #1
  2. BrooksyX Win User

    Help with Excel VBA Problem?

    Can someone help me code the following VBA problem:

    "Assume you have a mailing list file. This file is currently the active workbook, and the active worksheet of this book has full name in coloumn starting in cell A1, with the last name last and everything in uppercase letters (such as STEPHEN E. LEE). Write a sub that counts the number of names in the list with last name LEE and then displays the count in a MsgBox. Not that there might be last names such as KLEE, which should not be counted."

    Thanks!
     
    BrooksyX, Dec 28, 2023
    #2
  3. DaveM121 Win User
    Excel shortcut commands

    HI, I am Dave, I will help you with this.

    That can be dome with a VBA macro inside the Excel file, but not with a shortcut in Windows, Windows does not have that functionality.

    In Excel, you can create a button on the top Toolbar, then add a macro like the one below (replace C:\My Docs\Daily Sales Report) and associate the macro to that button:

    Sub SaveAsToday()

    ActiveWorkbook.SaveAS ("C:\My Docs\Daily Sales Report" _

    & Format(Now(), "DD-MMM-YYYY") & ".xlsx"

    End Sub
     
    DaveM121, Dec 28, 2023
    #3
  4. Having problems with very simple VBA Excel Macros: Command Buttons do not work

    macros in excel?

    I'm pretty sure that Macro's are not supported in the phone version as it cannot run VBA.
     
    Mechanimal82, Dec 28, 2023
    #4
Thema:

Having problems with very simple VBA Excel Macros: Command Buttons do not work

Loading...
  1. Having problems with very simple VBA Excel Macros: Command Buttons do not work - Similar Threads - Having problems very

  2. Having problems with very simple VBA Excel Macros: Command Buttons do not work

    in Windows 10 Gaming
    Having problems with very simple VBA Excel Macros: Command Buttons do not work: Hello !!!Could this be the cause of Command Buttons not working in VBA Excel?The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID {C2F03A33-21F5-47FA-B4BB-156362A2F239} and APPID...
  3. VBA test macro

    in Windows 10 Gaming
    VBA test macro: I am looking for help for the active page which loads after the submit button as need to enter the next data but its not working------------Option ExplicitConst sSiteName = "https://www.help.com/"Private Sub CommandButton1_Click Dim oIE As Object Dim oHDoc As HTMLDocument Set...
  4. VBA test macro

    in Windows 10 Software and Apps
    VBA test macro: I am looking for help for the active page which loads after the submit button as need to enter the next data but its not working------------Option ExplicitConst sSiteName = "https://www.help.com/"Private Sub CommandButton1_Click Dim oIE As Object Dim oHDoc As HTMLDocument Set...
  5. Macro help vba 123

    in Windows 10 Gaming
    Macro help vba 123: Test vvba https://answers.microsoft.com/en-us/windows/forum/all/macro-help-vba-123/b6c46519-0340-4285-abb9-071d057c60a6
  6. Macro help vba 123

    in Windows 10 Software and Apps
    Macro help vba 123: Test vvba https://answers.microsoft.com/en-us/windows/forum/all/macro-help-vba-123/b6c46519-0340-4285-abb9-071d057c60a6
  7. Excel Macro File Saving Problem

    in Windows 10 Gaming
    Excel Macro File Saving Problem: Hello Friends, Here I am new so, please help me. I received a message/error "There isn't enough memory to complete this action" when I save my MACRO File. I try all things from YOUTUBE but not helpful....
  8. Excel Macro File Saving Problem

    in Windows 10 Software and Apps
    Excel Macro File Saving Problem: Hello Friends, Here I am new so, please help me. I received a message/error "There isn't enough memory to complete this action" when I save my MACRO File. I try all things from YOUTUBE but not helpful....
  9. Excel Macro File Saving Problem

    in Windows 10 Network and Sharing
    Excel Macro File Saving Problem: Hello Friends, Here I am new so, please help me. I received a message/error "There isn't enough memory to complete this action" when I save my MACRO File. I try all things from YOUTUBE but not helpful....
  10. HOW TO CREATE WORKING MACRO BUTTONS ON YOUR HOME DESKTOP AND NOT ON EXCEL

    in Windows 10 Customization
    HOW TO CREATE WORKING MACRO BUTTONS ON YOUR HOME DESKTOP AND NOT ON EXCEL: Hi How can I make my own macro buttons that will be placed on my own desktop that will act as shortcuts for folders and apps. I want to create macros that will reduce the amount of clicks that it takes to find a specific file or folder and open things immediate. I don't...