Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~893 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for juster21

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 …

Member Avatar for Oxiegen
0
327
Member Avatar for Member #596968

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

Member Avatar for Member #596968
0
144
Member Avatar for juster21

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.

Member Avatar for mikiurban
0
89
Member Avatar for Alexwoo

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 …

Member Avatar for juster21
0
75
Member Avatar for samira1993

did you try anything? this is pretty straight-forward in that it tells you HOW to make the application.

Member Avatar for juster21
0
165
Member Avatar for juster21

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!!!!

Member Avatar for QVeen72
0
93

The End.