Thread: print row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jamie85[_3_] jamie85[_3_] is offline
external usenet poster
 
Posts: 1
Default print row

Private Sub CommandButton1_Click()
Dim LastRow As Object

Range("A2").Select
ActiveSheet.ShowDataForm



End Sub

Is there a way that when i enter a new record using my data form, a ne
row is also printed?

Also how would i go about creating code for a print preveiw button?

Thank

--
Message posted from http://www.ExcelForum.com