Its just a part of code to give you a direction...
dim source_row as integer
dim target_row as integer
dim col as integer
source_row =77
target_row = 26
col = 3
tempValue = ComboBox1.value
if tempValue ="Jan 09" then
range( source_row , col) = range( target_row , col) col = col+1
end if
Bookmarks