sunnyvale_playmake replied...
I am experiencing the same error - and yes, due to exceeding 32,000 unique
fields. Is there a work around?
--
Regards,
Ryan
Experiencing
(1)
Error
(1)
Exceeding
(1)
Fields
(1)
Steph
(1)
Excel - HI there Nick,Is there a workaround for this?
Asked By Arme
12-Apr-07 06:16 PM
HI there Nick,
Is there a workaround for this?
I am also getting this exact same error and have been browsing through the
online help materials for hours now, but to no avail.
Please do advise.
Thank you,
Armel Fernandez
error bar types Excel I need a simple explanation for the function of the following error bars types: - Error Bars with Standard Error - Error Bars with Percentage - Error Bars with Standard Deviation Thanks in advance Excel Charting Discussions Microsoft Excel (1) Error (1) Bliengme (1) Measures (1) Fromthe (1) Bars (1) The first and last use error bars computed from statistical measures from the data - you would need a course in elementary
error bars types Excel I need a simple explanation for the function of the following error bars types: - Error Bars with Standard Error - Error Bars with Percentage - Error Bars with Standard Deviation Thanks in advance Excel Charting Discussions Microsoft Excel (1) Error (1) Bliengme (1) Bars (1) Ina (1) There are to graphical represent the three types three types. best wishes - - Bernard Liengme Microsoft Excel MVP http: / / people.stfx.ca / bliengme keywords: error, bars, types description: I need a simple explanation for the function of the following error
Run-time error'70' Excel Is there a way to get pass a Run-time error'70': Permission denied ? Something like If Error = Error(9) then goto skip Excel Miscellaneous Discussions Error (1) Errorif (1) Danpt (1) Goto (1) on error resume next 'the thing that causes the error if err.number <> 0 then if err.number = 70 then msgbox "it's 70" else msgbox "it's not 70, but it is an error" end if err.clear end if on error goto 0 may be one way. - - Dave