Re: Enum in macro generates compile error
- From: Bob Greenblatt <bob@xxxxxxxxxx>
- Date: Tue, 03 Nov 2009 12:07:37 -0400
On 11/3/09 7:56 AM, in article
C71592AB.CD90%gene@xxxxxxxxxxxxxxxxxxxxxxxxxxx, "Gene Augustin"
<gene@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
MAC Powerbook G4, OS 10.5.6Maybe it is "Supposed" to work on a mac, but it obviously has never been
Office 2004, Excel 2004 Version 11.5.3
I have a macro provided by an equipment manufacturer. It is supposed to work
on MAC. Mfr no help. The macro crashes with message "Compile Error Expected
Identifier" and the code is highlighted in red as noted here:
Public Enum DAQ_states 'red
stopped = 0
running = 1
End Enum 'red
Public DAQ_state As daq_states, DAQ_counter As Long
tested. The enum variable type is not supported in Mac VBA.
--
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom
.
- References:
- Enum in macro generates compile error
- From: Gene Augustin
- Enum in macro generates compile error
- Prev by Date: Replicating an '04 setup
- Next by Date: Re: Can't tab between cells
- Previous by thread: Enum in macro generates compile error
- Next by thread: Re: Enum in macro generates compile error
- Index(es):
Relevant Pages
|