vbaexcel doubt

  1. M

    Excel to Word Copy paste Data using bookmarks by VBA

    Below Code is working only for one cell,I want to change this to "If a particular cell is double-clicked automatically transfer the entire row data into the corresponding word bookmarks" Sub test() Dim objWord As Object Dim ws As Worksheet Set ws = ThisWorkbook.Sheets("Sheet1")...
  2. F

    Getting TYPE MISMATCH error in VBA

    hiii, i have a code something like this : Public Sub Match() ThisWorkbook.Sheets("Sheet1").Activate Range("Data!H8") = Application.Sum(Application.Index(Range("A:GH"), 0, Application.Match("ORDERS" & "Country", Range("B2:B100") & Range("A2:GH2"), 0))) End Sub When i run this code...
  3. S

    run time error 91 object variable or withblock variable not set in VBexcel

    Hi, Can anyone help me solving the issue mentioned below. Following is the subset of code for which I'm getting runtime time error 91: StartTime = InputBox("Enter the Start time in hh:mm:") EndTime = InputBox("Enter the End time in hh:mm:") Selection.Find(What:=StartTime...

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