No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I am trying to program the last part of an application which needs to take data from an Excel sheet and add it to an Access table. I'm using Excel 2003 on XP. Any and ALL help is appreciated. The problem I'm running into seems to be on connecting to …
you need to sum the monthly amounts based on the specified year. create a formula to do this. you can hard code the year or make it dynamic so that the user can input the year
I have a spreadsheet that I need to trim 3 columns. I have scoured the net but can't find anything that I've been able to use to trim each cell in columns A, H and I. Any help is appreciated. I am using Excel 2003 and VS2005.
try this... [code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Name As String Dim AnnualSalary, RaisePercent, RaiseAmount, YearTotal, Total As Double Dim Age, Retire, Count As Integer Name = TextBox1.Text Age = TextBox2.Text AnnualSalary = TextBox3.Text RaisePercent = TextBox4.Text / 100 Retire = TextBox5.Text …
did you try anything? this is pretty straight-forward in that it tells you HOW to make the application.
I need to create an app that will run an executable at 3 given time (8am, 12pm, and 4 pm). Can anybody tell me how to start? Thanks!!!!
The End.
juster21