Are there any difference between the two following lines of VBA code?

Sheet1.Activate
Sheet1.Select

In other words, are there any times they will mean something different within the VBA code?

Thanks, mikeburg