Re: $$Excel-Macros$$ VB 6 Command button with icon righttoleft property True

2010-09-28 Thread Santosh Vishwakarma
: RE: $$Excel-Macros$$ VB 6 Command button with icon righttoleft property True Private Sub UserForm_Initialize() Me.RightToLeft = True End Sub From:excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Anju Sent: Tuesday, September 28, 2010 7:28 PM To: excel

RE: $$Excel-Macros$$ VB 6 Command button with icon righttoleft property True

2010-09-28 Thread عمر
; abhishek@gmail.com Subject: $$Excel-Macros$$ VB 6 Command button with icon righttoleft property True In visual basic When I try to set a form's Righttoleft property to true.. it remains false! I even tried to set it at run time, but i failed! What is going on?! i want my command b

$$Excel-Macros$$ VB 6 Command button with icon righttoleft property True

2010-09-28 Thread Anju
In visual basic When I try to set a form's Righttoleft property to true.. it remains false! I even tried to set it at run time, but i failed! What is going on?! i want my command button look like attached.. --