Excel and its Visual Basic IDE

  • Thread starter Thread starter TJMonti
  • Start date Start date
T

TJMonti

I am new to this so forgive me if this is a stuped question!
Q1
Is there a way to make the code colors dialog box, in the editor
format tab, of the tools menu, under the options selection, of the
Excel Visual Basic IDE so it is the same as the same as the box
in the Visual Basic Express Edition?
Q2
Is there a way to use the Visual Basic Express Edition in the
place of the Excel Visual Basic IDE?
 
1. Yes, goto Tools>Options>Editor Format

2. Not directly. You can write in VB Express and with (a lot) of work create
Excel addins, but it is Vb.Net not VB, so you cannot use directly.
 
Thank you two Bob
--
TJMonti


Bob Phillips said:
1. Yes, goto Tools>Options>Editor Format

2. Not directly. You can write in VB Express and with (a lot) of work create
Excel addins, but it is Vb.Net not VB, so you cannot use directly.

--
__________________________________
HTH

Bob
 
Back
Top