Most of my Visual Basic 6 experience comes from VBA with Excel. With VBExcel, you can run any procedure (if it does not require input parameters) by simply putting your cursor in the sub and clicking the "play button" (F5) . With full VB6, the same action will not just run a specific sub, instead it starts at the very beginning (Sub Main or whatever). For large projects, I want to be able to test certain subs without having to start at the beginning every time. How can I do in VB6 what I do in VBExcel? Or are later versions of VB better at this?
Tekito 0 Junior Poster in Training
debasisdas 580 Posting Genius Featured Poster
Tekito 0 Junior Poster in Training
debasisdas 580 Posting Genius Featured Poster
Tekito 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.