cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I apply style in macro creating a Report ?

ljutigny
Senior Member

Hi,

 

I use a macro to create a RTF Report

 

I have some tables and i would like to apply style to table cells

 

How can i get style in oContext.StyleSheet to apply to my cells ?

 

Smiley Frustrated

1 Reply

jhorber
MEGA
MEGA

Hello ljutigny

 

If I understand, you need to trigger the application of a RTF style using code in a MEGA macro.

 

MEGA software does not provide API functions for this.  This is VBA code for MS Word.

I recommend you hve a look to forums dealing with this topic

Example: http://www.thezcorp.com/VBACodeSamples.aspx

 

 

Jerome