Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel Template

Status
Not open for further replies.

kiransalu

Programmer
Jan 21, 2003
29
US
I am new to Excel Macro VBA programming. My requirement is to download a records from Oracle DB to excel. Then the business users modify the data in the cells and then upload it back to Oracle. For Ex. I am downloading the below data from Oracle.

Fund Id, Fund Name, Returns.

I want to show fund name and returns in a worksheet. Users will modify the returns in the worksheet and then click a button to upload the data back to Oracle. When uploading the data, i want to use fund id (instead of fund name) to upload the returns to their corresponding IDs. My question is how do i store Fund Id in the cells pertaining to fund names. Is there a way where i can hide the values of fund id in the same cell where i store fund names. Please help me.
 
Why not simply hiding the Fund ID column ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top