If ComboBox1 = "ALİ" And ComboBox2 = "VELİ" And ComboBox3 = "İngilizce" Then Sheets("Sheet1").Select
Range("B3").Select
[b3] = 1
Sheets("MONTHLY2000-2008ENG").Select
Application.Visible = True
ActiveWindow.Zoom = 100
ActiveWindow.Zoom = 85
Fname = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
ActiveChart.Export Filename:=Fname, FilterName:="GIF"
Image1.Picture = LoadPicture(Fname)
If ComboBox1 = "ALİ" And ComboBox2 = "VELİ" And ComboBox3 = "Türkçe"then
Sheets("Sheet2").Select
Range("B3").Select
[b3] = 1
Sheets("MONTHLY2000-2008TR").Select
Application.Visible = True
ActiveWindow.Zoom = 100
ActiveWindow.Zoom = 85
Fname = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
ActiveChart.Export Filename:=Fname, FilterName:="GIF"
Image1.Picture = LoadPicture(Fname)
bu döngüyü nasıl kısaltabilirim yani ingilizce ve türkçe için ayrı ayrı yazmak zorunda kalıyorum çok uzun oluyor ve Procedure too Large hatası veriyor.
Range("B3").Select
[b3] = 1
Sheets("MONTHLY2000-2008ENG").Select
Application.Visible = True
ActiveWindow.Zoom = 100
ActiveWindow.Zoom = 85
Fname = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
ActiveChart.Export Filename:=Fname, FilterName:="GIF"
Image1.Picture = LoadPicture(Fname)
If ComboBox1 = "ALİ" And ComboBox2 = "VELİ" And ComboBox3 = "Türkçe"then
Sheets("Sheet2").Select
Range("B3").Select
[b3] = 1
Sheets("MONTHLY2000-2008TR").Select
Application.Visible = True
ActiveWindow.Zoom = 100
ActiveWindow.Zoom = 85
Fname = ThisWorkbook.Path & "\" & ActiveChart.Name & ".gif"
ActiveChart.Export Filename:=Fname, FilterName:="GIF"
Image1.Picture = LoadPicture(Fname)
bu döngüyü nasıl kısaltabilirim yani ingilizce ve türkçe için ayrı ayrı yazmak zorunda kalıyorum çok uzun oluyor ve Procedure too Large hatası veriyor.