Thread: VB 6
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Varne Varne is offline
external usenet poster
 
Posts: 126
Default VB 6

Hello

Everyone says do it on VB 6 instead of VBA. I like to try. Can someone help
me to start? All I want now is to select cells(1,1) in an Excel workbook
through VB 2008 Express edition. I have given below the VBA equivalents.

Opening an Excel file.

Opening Visual Basic Editor

Inserting a module.

Write the following in it;
Sub Testing ()
Workbooks("Book1").cells(1,1).select
End Sub

Running Testing.

Thank You

Varne M