Hello,
I would like to paste data at a cell found by the Selection.Autof ilter function.
My two first columns hold a "scenario" and "replicatio n" data.
I would like upon running a macro to paste certain data into the third column at the same row where the replication and scenario are located.
Scen = Application.Inp utBox("Choose Scenario")
Rep = Application.Inp utBox("Choose...
User Profile
Collapse
-
Excel : Simply yet I can find it. AutoFilter
-
Heap Memory allocation, Scope and Distructor
My code is working but I am not sure why.
Is it because of the copy constructor?
Is it becuase I still didn't define the distructor? (I did define an empty one)
I am adding a psaudo code:
...Code://MainProg.h //Global var extern vector<EDRTSLot*> LotArr; //MainProg.cxx vector<EDRTSLot*> LotArr; graber::addLots(OtherLotVector); print(LotArr);
-
rnot started a topic Using class from a different file as a global variable generates "missing storage" erin CUsing class from a different file as a global variable generates "missing storage" er
I encounter the following error mesagess (Linker errors I think cause it compiles well) whenever I try to define my classes in a global scope. I have four files: DataGrabber.h, Datagrabber.cpp , EDRTSV1.h, EDRTSV1.cxx
I am using VC++ 6 (Yep I know).
[CODE]
// DataGraber.h
#ifndef DataGrabber
#define DataGrabber
#include "EDRTSV1.h"
class EDRTSFamStn{
//...Declirations...
No activity results to display
Show More