No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
I am using VBA to work with excel files. The code allows the user to select files, processes them and gives the req data from input files in Excel workbook. After ptocessing, the excel file will be set visible for the user and the objects are also set to Nothing. …
I open a excel workbook with a name given in a text box, say XXX. The vbp also allows the user to select multiple csv files. I need to open csv files one after the other, get some values and then close. How do i open files in new tab/spreadsheet …
I get series of pop ups 'Permission Denied', 'Continue Loading Project' when i tried to open a vbp. I use a activex control created using MFC in this VBP. I am able to open and work with others vbps. I restarted the PC and still find the same. :( Pls …
Can somebody let me know how in Word doc can a word be searched and then get Nth word in that line(found text line), using VB??
I get binary data from a file which is to be displayed in hex byte wise(i.e. 2 digits). format$(hex(num),"00") places a leading zero for single digit numbers but it doesnot support for hex (A-F). How do i get leading zeroes for bytes of values A-F? Is there any simplae way …
You can use MS Visual Studio > MS Visual Studio Tool > Package & Development Wizard to create a installation package of the VB proj. [QUOTE=priyala;523210]Hi, Can anyone tell me how to make VB forms an application as an installable something like an application. Thanks, Priya[/QUOTE]
My VB code has macros which imports a tab seperated text file selected by user into a standard excel template(work sheet). The import to excel is done by query tables. When the text file is chosen thru dialog box and resp commnad button is pressed, the handler opens the excel …
Hello guys, I have to log the data flowing between com ports of my instrument, through a bus, using datatap. I have to keep reading the datatap and log the data into a bin file. Also i have to capture the real time data like timestamp from the COM4 of …
The End.
pbosek