vba error

  1. R

    PasteSpecial method of Range class failed

    I've been reading like posts on mrexcel.com for an hour - but still cannot fix my problem. I have what I think should be a pretty basic code to copy visible cells in one sheet, then paste values in the next sheet. I continue to get a run-time 1004 "PasteSpecial method of Range class failed"...
  2. D

    run-time error '1004' message when inserting image file

    Hi Folks, This is going to be a lo-o-ng post, so thanks in advance to those who power through it and reply to this thread. I have a mature (been in use for 3 years) spreadsheet that was created w/ Excel 2007 and saved as an *.xls file as most end users still run Excel 2003. This...
  3. Dave Punky

    VBA Error - Class Not Registered

    Hi All, I'm hoping somebody on here can help me with this as Google has not been very useful at all in trying to solve this. I'm currently running Windows 7 (Ultimate, 32-bit) along with MS Office 2007 Enterprise and I'm trying to use the ListView functions or the DTPicker. I've enabled MS...
  4. E

    Run-time error '1004': Application-defined or object-defined error

    Hi, I am receiving the above error when trying to process this line of code: FinalRow = 20 Cells(4, 18).Resize(FinalRow - 3, 1).Formula = _...
  5. H

    VBA error! Can't seemt to debug :(

    Const CtyCount As String = 2 Const CtyName As String = 10 Const CapIQID As String = 12 Const BusUnit As String = 13 Const GovnDoc As String = 50 Const LegStat As String = 51 Const LegStatDate As String = 52 Const LegDocOwner As String = 53 Const LegContactName As String = 54 Const LegContactNum...
  6. caritx

    VBA Excel Help

    I used the recorder in Excel 07 but when someone runs it in 03 this is failing. Can someone please help. With Selection.Font .Name = "Arial" .FontStyle = "Bold" .Size = 10...
  7. D

    VBA code error

    Need some help with this VBA code, I can't see why it doesn't work. Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range) Select Case Target.Address Case "$E$2" ActiveSheet.ChartObjects("Chart 2").Chart.Axes(xlCategory) _ .MaximumScale =...
  8. E

    VB Error on Opening; possibly on Userform

    I hope I can explain the problem well enough that someone can help because I cannot forward the file that is causing the error -- it's nearly 25MB. There's quite an extensive relational database involving several sheets and a VBA userform interface and code. All has been running well for the...

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