call

  1. E

    VBA email help

    Hi all, thanks for the help in advance Code needed for the following Automatically daily at 6 a.m Email Columns A(Date), D(Customer Name), F(Address), G(Phone number) & K(Call information) all rows with yesterdays date Add another column at the end(Salesman) and leave cell blank Data to be a...
  2. F

    %Progress bar for calling other macros?

    Hello, I have a sub that calls multiple other macros that mainly hide, clear and adjust rows as well as copy paste certain areas to others. Sub Hide_And_Adjust() Application.Calculation = xlCalculationManual Application.ScreenUpdating = False Application.DisplayStatusBar = False...
  3. P

    wrap text

    Hello good morning, please can you help me, I have the code below but I would like to add a wrap text I have tried .wrap text but it didn't work, can you help please? [CODE]Private Sub CheckBox68_Click() If CheckBox68 =False Then Exit Sub EnRange("F8").Value = Range("F8").Value+ 1...
  4. H

    Pivot: average of counts for multiple criteria

    I have a fairly simple pivot table which shows call center data in a very useful and intuitive way for managers. Below is the sum of the number of calls for a given hour and day of the week in March. What I need to show is the average of the calls received for a given hour & weekday (word...
  5. H

    Cell Change Run Code

    I', assuming this code will run if any cell on Sheet1 is changed? How do i change it to only run if a cell in J1:J15 is changed? If Target.Cells.Count <> 1 Then Exit Sub If Not Intersect(Target, Range("J1:J15")) Is Nothing Then Select Case Target.Value Case "Apple"...
  6. B

    VBA Run macros on multiple sheets, not all sheets

    Hello, I have a button running three macros. I was to have this run through multiple sheets in a workbook, but not all the sheets. Just selected sheets. I have this code on the button. It seems to run through and select the sheets as the message box pops up. But it is not actually running the...
  7. N

    Multiple IF statements, is there a better way?

    Hi guys, here is some code but I suppose there would be a better way to do it? What I'm doing is, on button press check to see if a checkbox is checked on the userform and if so call a routine that looks in column A and hides the row. For example, if checkbox A is checked then call routine...
  8. A

    contact way

    Hello All, i make a simple user form to collect some data related to customers i make Frame contact 2 options call mail i need when the user select call an Text box active to write numbers only
  9. MCTampa

    How to resume a record set where a macro left off?

    I have a VBA script that loops through our AS400 and changesfields based on a set of criteria loaded into a form. There are certain times when our AS400 glitches and presentsa half screen of information. At thispoint, I want to back out of the screen and restart the process.However, if I have 5...
  10. kelly mort

    Randomly run one out of three macros

    Hello , I am looking at three separate macros right now. Say : macro1 macro2 macro3 . Below is the button to call Private Sub CommandButton1_Click 'Inside here I want to choose one of those macros at random End Sub How will I run just one of those three at random?
  11. T

    Simplifying if logic

    Can someone please help me tidy up this logic? If ConditionA Then If ConditionB Then Call SomeSub Else Runverylongpieceofcode End If Else Runverylongpieceofcode End If I don't to write Runverylongpieceofcode twice. Thanks
  12. N

    How to set Macro1 invisible to the user?

    I have an ActiveX button on the Index worksheet. By clicking on this button i want to call two VBA macros In Module1 exists Macro1 = Import multiple specific sheets from all files in folder Macro2 = List all sheets on Helper sheet in active wokrbook However, I do not want the user to see these...
  13. L

    application object - vba functions

    Hi I have been under impression that to call any vba function (please see the list below), I need to use this syntax application.FunctionName but I just noticed that I can call these function without Application. Sub myfunctions() MsgBox Chr(66) MsgBox Now() MsgBox Int(55.12345) End Sub...
  14. D

    Call macro in another workbook

    Hi I am hoping some one can help me with this. I work on Excel for MAC. I would like to call another macro as follows I have a button_click on workbook1. when I press this button I would like to run a macro embedded as button_click in workbook2. Thanks and Regards Darren
  15. D

    If Statement w Variables

    Hello, I can't seem to obtain the necessary information for a column I'm trying to calculate. I'm trying to use a formula to calculate the last column. I need the formula to look at the unique ID (column A) first before determining if it's before or after the call. Please see below...
  16. M

    Comparing two tables. Bibliography and members

    Colleagues, I need to find members of an organization in a bibliography. In a cell for the bibliography the authors will be LN1, FN1, LN2, FN2, LN3, FN3......etc..... [Let's call this column BA] In the member excel sheet there will a column with the last names. [Let's call this column MLN]...
  17. C

    Excel VBA Checkbox..... Pulling my hair out

    Ok So I have checkboxes I use in If statements thorughout my workbook and after adding one final it seems no matter what I do it will not recognize the value I have declare the variable for the checkbox as normal Dim RnFinalCB As CheckBox: Set RnFinalCB =...
  18. G

    Fuzzy logic Lookup using start/finish date & time and other text

    Hi, I am trying to look up two data sources and would really appreciate any help please: Call Data <tbody> Username Start End Call Id name1 01/04/19 08:01:07 01/04/19 08:13:19 100001 name2 01/04/19 08:01:45 01/04/19 08:07:12 100002 </tbody> against Interaction Data <tbody> Username...
  19. A

    Call sub based on value in cell

    I'd like to set up a sub to call another sub based on a value in a cell, rather than calling a specific pre-defined sub. For example: Sub test1() x = Worksheets("Sheet1").Range("B2").Value Call x End Sub Sub test2() Worksheets("Sheet1").Range("B4").Value = "test2 has run" End Sub Sub...
  20. R

    VBA switches sheets running in excel 2019 v 2010+2007+2011 for MAC, where it does not

    I have some vba code to protect and unprotect the sheets in my workbook. This code runs fine (IE as expected) on Excel for Windows 2007, 2010 and Excel for MAC 2011 but in Excel for Windows 2019 it switches sheets when run. The Workbook has 6 sheets and the code below runs from a button on...

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