Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is probably a worksheet_change event code behind the worksheet.
Right click the sheet tab and then click view code in the drop doiwn menu that appears. Look for a macro that starst like this: Private Sub Worksheet_Change(ByVal Target As Range) Then look for a line of code that looks something like: If UserName = "YourName" Then MATHEMATICS With YourName being whatever your name is registered as in your PC. This would indicate that there is a macro that runs when you, and only you, enter the "C" in the specified cell. If so, then that macro would have to be modified to use the new user's name. "Rudy" wrote: Hi, There is this VBA program in my excel sheet that tells excel to : Function MATHEMATICS() IF C14="C" N14 TO M14 End Function If I am the one opening up this spreadsheet & type in the letter "C" on column C14, the value in column "N14" automatically transposes on column "O14". However, if someone else has opened this spreadsheet & type in "C" on column C14, the value in N14 does not automatically transposes on column "O14". Pls help as I am going to handover this job to another person but if this problem cannot be resolved, he has to do the old fashion way. Thanks... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene | Excel Discussion (Misc queries) | |||
Program | Excel Discussion (Misc queries) | |||
Program | Excel Programming | |||
merging excel program with tdc finance program | Excel Programming |