I am trying to write a macro in VBA that will compare two worksheet based on columns that i tell it to. So when i run the macro i want it to prompt me and ask me for which column it should find discrepences with. Than print out the whole row that is a descrepency in another sheet. So i can compare two different years of data. The reason i need it to prompt me is becasue each year the worksheet slightly changes because new data is taken into account. Oh and i cant use an addon becasue the network is locked down and i am the only one who can load and addin. the administrator for the network will not allow add-in to be loaded so that is why it needs to be a macro