I want to create an Excel chart from an Excel File
Problem:
I use the following code:
VB:
--------------------------------------------------------------------------------
Dim oSeries As Excel.Series
oSeries.XValues = oSheet.Range("A2", "A17")...
Hello,
I'm trying to create an Excel chart ...
I'm based on the
"Create an Automation Client for Microsoft Excel"
When I write the following code:
oSeries.XValues = oSheet.Range("A7", "A22")
nothing changes to the generated chart (same result when I leave out...
Among the 101 VB.NET samples I’m interested to “How- to Using the Comm Port”. I would like your help to modify the following:
A Timer is used. It depends on it to do the reading of the response. I don’t want this because if the data arrives before, I would not like to wait until the time...
I can't find the way to get the client's IP Address from the TcpClient...
If I din't use TcpClient, I could AcceptSocket() instead of AcceptTcpClient() to get the socket. When I had the socket I could use get_RemoteEndPoint()
but
I want to use TcpClient.
Actually, I'm trying to create a...
I'm trying to write code in VB.NET that creates an Excel file and chart but I don't want to use components,dlls etc.
I am based in the BIFF format of Excel files...
Here some of the records that Chart BIFF uses:
CHART: Location and Overall Chart Dimensions (1002h)
The CHART record marks the...
I'm trying to work with dynamic context menus in VB.NET and running into
what seems to be a very simple but very annoying problem.
Say my user has created a list of "names". Could be 1,2,5.. or 20 names. I
don 't know at design time. Now I want to create a context menu with these
names...
Hello,
I would appreciate any kind of help about writing a class file for generating excel chart files without the use of dlls (I'm searching code based in the native excel chart BIFF format).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.