: 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
;
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
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..
--