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
~5K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for pingpongplaya

Hello, I am trying to populate a spreadsheet using Access data, however I am having trouble with the line noted below, which is giving a run-time error. I am not familiar with the Excel Object Model, so not sure how the "selection, range, etc" should be used. Any help and …

Member Avatar for pingpongplaya
0
264
Member Avatar for pingpongplaya

I just had a very general question... I'm learning C++ and am seeing the term/variable RightHandSide used. What is the significance/origin of this and is this generally used with pointers? Is this just a reminder to the programmer? Thanks

Member Avatar for r.stiltskin
0
49
Member Avatar for pingpongplaya

I'm creating an Excel spreadsheet from within Microsoft Access. This is declared at the top: [CODE] Public OpenExcel As Object Public OpenSheet As Object [/CODE] This is in my sub-routine: [CODE] Set OpenExcel = CreateObject("Excel.Application") OpenExcel.Visible = False With OpenExcel .Application.DisplayAlerts = False .Workbooks.Add .ActiveWindow.DisplayGridlines = False .ActiveWorkbook.SaveAs FileName:="" & …

Member Avatar for pingpongplaya
0
933
Member Avatar for pingpongplaya

I have this assignment for adding two polynomials using operator overloading. I am new to C++ and am having trouble putting the pieces together for the operator overloading portion of the code. I understand how to add two poylnomials together, I just don't know where to begin to put down …

Member Avatar for pingpongplaya
0
4K
Member Avatar for riotburn

Were you able to complete this Polynomial class? I would be interested in seeing the completed code if you had the time to post. thanks in advance.

Member Avatar for riotburn
0
124

The End.