rorya

  1. K

    How to solve run-time error #9

    Hi All, Need anyone's help to view this VBA code. I'm not sure what's wrong. Repeated edits, but still came out error #9. Sub datasheet() Application.DisplayAlerts = False Worksheets(Array("FG_Store Bundle", "FG _Ship Bundle")).Delete --> Is there something wrong here ...
  2. K

    To delete comma when split the text by using VBA code

    Hi, I use below code to split the text without any comma, Sub RSplit() For I = 2 To Cells(Rows.Count, 3).End(xlUp).Row mysplit = Split(Cells(I, 3).Value & " #", " ", , vbTextCompare) Cells(I, 3).Resize(1, UBound(mysplit)).Value = mysplit Next I End Sub But if text have...
  3. K

    Split text to multiple columns using VBA code

    Hi All, I would like to create VBA code for split a long text (items) into multiple columns as below picture (How to split the items) by using column button (Split Text) I used the code below but it didn't work while I was using it. Sub splitText() 'splits Text active cell using ALT+10...
  4. Z

    help required for VB loop to open the file from the network drive

    In column D: to read folders name bid #, name, rev & location – which changes as per project or Rev. In column E: I hv combined file name (inclusive of D9 to 12) (=$D$3&" - "&$D$4&" "&D9&" Rev "&$D$5&".xlsb") it is same as read in the Folders. In column G: To extract the data this the...
  5. V

    Textbox format in a VBA userform

    Hello guys, Kindly help me with the code to format numerical data(like 1000,000.00) from calculated cells in my sheet to be entered into the textbox. I will be very grateful to get some assistance on this issue. I have tried this below; Private Sub TextBox1_Change() TextBox1.Value =...
  6. E

    VBA - Code if pivot header gets changed every month

    in the data if one particular column header gets changed every month and i want to take that column and do the sum of that column(in pivot). Can help ?
  7. M

    Outlook Code ***Urgent***

    Can anyone help me with a <acronym title="visual basic for applications">VBA</acronym> code for outlook, Problem: I have a D-list e.g. "xxxxteam@abc.com" what i want the code to do is whenever someone send an email to that particular D-list irespective the D-list is in To or CC an automatic...

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