How to Split One Excel Sheet into many Sheets According to its Criteria?
Dear All I want to split one worksheet which has a column named Diameter into many sheets according to the number of diameters found, in my case it is Column C in a Master Sheet, My code is Code:...
View Article[RESOLVED] VB 2015 Express OpenFileDialog problem
OK, Here it goes... I am new to Visual Basic. In fact I am pretty new to Structured Text style programming. I am mildly familiar with C from programming micro-controllers/PLCs to do basic tasks. So be...
View Article[RESOLVED] Question about storing data in your project->
EDIT: Ignore this thread. I found a workable solution. Hi, At the moment I am updating an older project of mine and a coding technique I used finally made its limits apparent. Let me try to explain the...
View Articlealign to center the text in first column of listview
I know to the default the text in firts column of lv is left, but during to fill the lv possible to align text to center?
View ArticleGDI+ Path rotation, position & display of certain points.
Hi everyone! Hope that your weekend is going well :). Attached is a small test project which I wrote in order to experiment with path transformations using GDI+, and specifically path rotation around a...
View ArticleMac to Mac home network video
Strange question i know, but is it possible for my wife and I to have a video chat between ourselves on our macs over our home network?
View ArticleSmallville hilarity
I enjoyed this show when it aired, until the last couple of seasons where life got hectic and the show began to turn into a setup for the CWverse. But as I started to run low on stuff to watch in this...
View ArticleConnection to Database & Data Display with code only
Hello, I have a 2003 Access database on drive F:\Skotest.mdb, A DataGrid1, and an Adodc1; all these components are not connected to each other, and I am trying to establish a connection to the database...
View ArticleDelete Rows which values < 500 and Rounding Values > 500 VB.net?
Dear All 0 I have a Column in excel which has numbers with Decimals, Which if they are less than 500 I want to delete and if they are bigger than 500, i want to round the number to become without...
View ArticleMonopoly Game help - Moving Pieces
Building a Monopoly Game (to use over Zoom---not multi-player via internet). As I 'move' each player piece to a property (or other position on the board), I want to show the user the options he has for...
View ArticleHow does WithEvents get applied when declaring multiple objects on a single line
I'm writing some C# code that needs to parse some VBA code and identify any objects that have been declared WithEvents. I'm considering what would happen if multiple objects were declared on a single...
View ArticlePlanet Source Code Jumbo Resource CDs
This post is to provide a link to the Planet Source Code files. The link is basically the Google Drive portion of an alt Gmail account that I seldom use. In fact, prior to this, I wasn't using the...
View Article[RESOLVED] Challenge - Create Add-In to prevent *.vbw actions
I have little experience with creating add-ins, so I thought maybe some of you that really like this kinda thing might be interested in a new project for the VB community. For a discussion on this...
View Article(VB6) source code of Add-In to delete *.vbw files on project load
*.vbw files present a risk. This Add-In deletes them before they can open any project window. Attached Files Delete vbw files (add-in code).zip (3.4 KB)
View ArticleVS 2015 Designer view does not display
I have been working with a form for several weeks. Now when I go into the form, I can view the code, but the Designer screen does not come up and there is no error. I tried the View Designer and View...
View ArticleRun-time error 91 Object variable or With block variable not set
hi,please help with error message code Run-time error 91 Object variable or With block variable not set, thanks in advance Code: Code: Private Sub savecompute() Dim moldtotalearn As Double Dim...
View ArticleSerial port hex data to string
Hi all, I'm trying to convert receive hex data to string. using this code from this link: https://www.vbforums.com/showthread....ro-serial-port is UTF8 is corect? what should i put on the getstring?...
View Article(VB6) source code of Add-In to get IDE events
This Add-In provides sample code to demonstrate how to setup handlers for IDE events. It is not intended to be used normally, but I'm posting it as a reference of source code needed to handle IDE...
View ArticleFind value that is not included in a group of rows.
Hello. I have WebPayTN_lngPayTransNumber, WebPayLog_strStep 1 BankResponseRaw 1 NOTBankResponseRaw 1 EXCEL 1 TU and WebPayTN_lngPayTransNumber, WebPayLog_strStep 2 NOTBankResponseRaw 2 EXCEL 2 TU I...
View ArticleRead XML from REST API
Hi All I'm having to read XML data coming from a REST API, i'm getting the data back from the web service with no problem. I'm trying to iterate through the nodes to get all the order data but for some...
View Article