Unfortunately, the sizes must be able change on some of the columns and not on the others. Thus for the columns that have a fixed width I have hard coded in the values. It is with the variable width columns that I have problems. Regardless of what I do or set the values to initially, it seems...
Well, I've made some headway. I have the scroll feature worked in, through the use of a <div...>. My new problem should be far easier to fix, but I'm stumped none the less.
How do you fix the width of an entire table based on the first row? I have my fixed column heads at the top of the...
I am currently creating a web page in HTML and VBScript. On one page, the user selects a number of criteria. Based on these criteria, a second page is generated that includes certain rows and columns (including column heads).
My question is the following. Is there a way to keep the column...
vb5prgrmr I think that's what I've been looking for. So you would place to function in the option explicit part of the form?
I really appreciate the quick responses.
I was curious if it is possible to create functions that are called by different aspects of the same form. For instance: I would like to be able to have the same function run regardless of which button a user presses (of course there will be other things going on too, so the different buttons...
Much thanks. You're answers finally got me past this point of aggravation. For whatever reason, it took me quite a while of fiddling, but here is what I finally ended up with... and what works.
Dim strfilename As String
Dim intA As Integer
Dim strtemp As String 'Temp string to hold data
Dim...
Ok, you can all laugh at my attempts to program in VB. After looking at your code (which helped me out with other problems I've been having), here is what I have.
Private Sub cmdstart_Click()
Dim FileHandle%
Dim strfilename As String
Dim intA As Integer
Dim strtemp As String 'Temp string to...
I am having trouble opening (for modification) an excel file using Visual Basic 6.0
I have no problem creating a new file in order to save data, but when I wish to open this file, I am unable to do so. When you are dimensioning everything, do you dimension the application as new, or the...
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.