Windows 10: VBA Question

Discus and support VBA Question in Microsoft Office and 365 to solve the problem; Hi all, I am attempting to teach myself VBA in Excel and I am asking is it possible to invoke a macro depending on the contents of a cell? please. Len... Discussion in 'Microsoft Office and 365' started by donnylad, Mar 19, 2019.

  1. donnylad Win User

    VBA Question


    Hi all, I am attempting to teach myself VBA in Excel and I am asking is it possible to invoke a macro depending on the contents of a cell? please.
    Len

    :)
     
    donnylad, Mar 19, 2019
    #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, Mar 19, 2019
    #2
  3. VBA Excel Question

    I'm going through someone elses code in VBA Excel - how do I know that "FIELD 16" is?

    ActiveSheet.Range("$D$2:$R$5000").AutoFilter Field:=16, Criteria1:="="
     
    Just DaveG, Mar 19, 2019
    #3
  4. VBA Question

    VBA on windows phones and tablets

    I want to use Powerpoint to prototype an app that I am building. As such I need to customize the PPT file with VBA to do things like have countdown timers, drop down lists, popups etc.

    From my research it appears I need a Surface Pro tablet with full office. Anything else like RT won't do the job.

    However, I can't determine if a Windows phone will support VBA.

    Can anyone confirm if full VBA support is available for Windows phones and tablets? And if so which OS and model.

    Thank you,
     
    willow1044, Mar 19, 2019
    #4
Thema:

VBA Question

Loading...
  1. VBA Question - Similar Threads - VBA Question

  2. I can't get the scheduler to run an excel file with vba code that creates a report and...

    in Windows 10 Gaming
    I can't get the scheduler to run an excel file with vba code that creates a report and...: Hi,I have built vba code in an excel file that creates a report file and emails it to some recipients. I am trying to get the scheduler in windows 10 to run this but no matter how I do it it does not run when I am not logged in. I have now also tried in windows 11 and there...
  3. I can't get the scheduler to run an excel file with vba code that creates a report and...

    in Windows 10 Software and Apps
    I can't get the scheduler to run an excel file with vba code that creates a report and...: Hi,I have built vba code in an excel file that creates a report file and emails it to some recipients. I am trying to get the scheduler in windows 10 to run this but no matter how I do it it does not run when I am not logged in. I have now also tried in windows 11 and there...
  4. VBA cannot merge the work of multiple users -- how to allow this?

    in Windows 10 Network and Sharing
    VBA cannot merge the work of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  5. VBA cannot merge the work of multiple users -- how to allow this?

    in Windows 10 Gaming
    VBA cannot merge the work of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  6. VBA cannot merge the work of multiple users -- how to allow this?

    in Windows 10 Software and Apps
    VBA cannot merge the work of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  7. VBA cannot merge the wotk of multiple users -- how to allow this?

    in Windows 10 Network and Sharing
    VBA cannot merge the wotk of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  8. VBA cannot merge the wotk of multiple users -- how to allow this?

    in Windows 10 Gaming
    VBA cannot merge the wotk of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  9. VBA cannot merge the wotk of multiple users -- how to allow this?

    in Windows 10 Software and Apps
    VBA cannot merge the wotk of multiple users -- how to allow this?: I am a single user, but work on my Excel workbooks on both a Mac and a Windows 10 computer. I use the Winodws 10 one to perform updates on Excel workbooks created on the Mac, using VBA. I transfer to files through One Drive, which I have on both machines, and then run the...
  10. Question about VBA CODE not working good

    in Windows 10 Software and Apps
    Question about VBA CODE not working good: hi guys, do not know if there are VBA specialists on the board, but I pop the question: since recently when I save a docu automatically, like 199-invoice I get: blanc 199-invoice, instead of the same without the blanc position in front. Sorting the invoice at the...

Users found this page by searching for:

  1. Assume you have a mailing list file. This file is currently the active workbook and the active sheet of this workbook has full names in column A starting in cell A1 with last name last and everything in uppercase letters (such as STEPHEN E. LEE).