Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using this code
With Me 'make sure there's a data source, destination, and title If Trim(.cmbDstSheet.Value) = "" Or _ Trim(.refSrcRange.Value ) = "" Or _ Trim(.txtChartTitle.Value) = "" Then I am getting a compiler error at the word Trim that can't find project or library the cmbDstSheet.Value is corectly named in the form design as is the refSrcRange.Value. If I rem out cmb I still get the same error at trim with ref Any ideas ? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Click Tools/References on the VBA editor's menu bar and see if any
references are missing. If so, check the box next to them and see if that straightens things out. Rick "lwm" wrote in message ... Using this code With Me 'make sure there's a data source, destination, and title If Trim(.cmbDstSheet.Value) = "" Or _ Trim(.refSrcRange.Value ) = "" Or _ Trim(.txtChartTitle.Value) = "" Then I am getting a compiler error at the word Trim that can't find project or library the cmbDstSheet.Value is corectly named in the form design as is the refSrcRange.Value. If I rem out cmb I still get the same error at trim with ref Any ideas ? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rick
I seem to have an error in my RefEdit.dll Thanks "Rick Rothstein (MVP - VB)" wrote: Click Tools/References on the VBA editor's menu bar and see if any references are missing. If so, check the box next to them and see if that straightens things out. Rick "lwm" wrote in message ... Using this code With Me 'make sure there's a data source, destination, and title If Trim(.cmbDstSheet.Value) = "" Or _ Trim(.refSrcRange.Value ) = "" Or _ Trim(.txtChartTitle.Value) = "" Then I am getting a compiler error at the word Trim that can't find project or library the cmbDstSheet.Value is corectly named in the form design as is the refSrcRange.Value. If I rem out cmb I still get the same error at trim with ref Any ideas ? Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I presume you are seeing this error in the References, right? Is the box
next to this dll checked? If not, put a check in it and see if that fixes it. Rick "lwm" wrote in message ... Rick I seem to have an error in my RefEdit.dll Thanks "Rick Rothstein (MVP - VB)" wrote: Click Tools/References on the VBA editor's menu bar and see if any references are missing. If so, check the box next to them and see if that straightens things out. Rick "lwm" wrote in message ... Using this code With Me 'make sure there's a data source, destination, and title If Trim(.cmbDstSheet.Value) = "" Or _ Trim(.refSrcRange.Value ) = "" Or _ Trim(.txtChartTitle.Value) = "" Then I am getting a compiler error at the word Trim that can't find project or library the cmbDstSheet.Value is corectly named in the form design as is the refSrcRange.Value. If I rem out cmb I still get the same error at trim with ref Any ideas ? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
#DIV/O! Errror with Absolute Number Calculation | Excel Discussion (Misc queries) | |||
Option Box protected errror | Excel Worksheet Functions | |||
Object defined errror | Excel Discussion (Misc queries) | |||
system errror &H8000FFFF | New Users to Excel | |||
Do nested subtotals have an errror in Excel 2003 | Excel Discussion (Misc queries) |