Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA in excel programming

Status
Not open for further replies.

morkymoqq

Industrial
Joined
Apr 11, 2003
Messages
1
Location
GB
I have able to create a user application in VBA in excel which consists of 3 different algorithm (ROC, DCA and BEA). None of the algorithm have yet finish developed as i have difficulty in developing the code and manipulating the VBA. I must say i am only at a beginner level in using VBA in excel.

My question is, how to sort out the algotirhm in excel, i'm currently using sort command but it only applies to 3 column max.

How i would like to call a word files from my excel/VBA.

how to export any other programme such c++ into VBA..
 
Hi

With regard to your sort problem, you could use the Sort command more than once. If you think about it, sorting is a physical process which leaves the data at the end in a new order. Therefore, there's no reason why you can't select the data again and sort further.

As long as you do your minor sorts first you can then continue with the major sort(s).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top