G
gauravgrover
Ques 1: I want that when i send the excel file to somebody then he
should see only vb screen not my excel data sheet.. so it should open
with vb page as its front page. How can it be done?
Ques2: When we are accessing data from an excel file to vb's textbox
can we use data from different sheets like (normally it is
Range("A1").value=36) now if i want to have 3 statements like
sheet1.range("A1").value =36, sheet2.range("A1").value
=34,sheet3("A1").range.value =78. Can u give me a solution of this
situation?
should see only vb screen not my excel data sheet.. so it should open
with vb page as its front page. How can it be done?
Ques2: When we are accessing data from an excel file to vb's textbox
can we use data from different sheets like (normally it is
Range("A1").value=36) now if i want to have 3 statements like
sheet1.range("A1").value =36, sheet2.range("A1").value
=34,sheet3("A1").range.value =78. Can u give me a solution of this
situation?