Thread: Combo box???
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
legepe legepe is offline
external usenet poster
 
Posts: 1
Default Combo box???


Hi all
I´ve made macros for the first 4 months ene - abr
I´m working with a spanish version of excel which I think is making it
more difficult
I´ve tried to fit in to the formulas various ways to try and get it to
work but i´ve had no success... My knowledge is zero regarding VB and I
have no help files in English...
Find below the 4 macros that ive made
I cannot get them to work individually with the combo box
Can you please help!!!
Thanks
legepe

Sub enemacro()
'
' enemacro Macro
' Macro grabada el 23/07/2006 por Leigh Pender
'

'
Sheets("GAN-ENE").Select
End Sub
Sub febmacro()
'
' febmacro Macro
' Macro grabada el 23/07/2006 por Leigh Pender
'

'
Sheets("GAN-FEB").Select
End Sub
Sub marmacro()
'
' marmacro Macro
' Macro grabada el 23/07/2006 por Leigh Pender
'

'
Sheets("GAN-MAR").Select
End Sub
Sub abrmacro()
'
' abrmacro Macro
' Macro grabada el 23/07/2006 por Leigh Pender
'

'
Sheets("GAN-ABR").Select
Range("A12:W13").Select
Range("W12").Activate
End Sub


--
legepe
------------------------------------------------------------------------
legepe's Profile: http://www.excelforum.com/member.php...o&userid=15485
View this thread: http://www.excelforum.com/showthread...hreadid=564109