hidden rows when running a macro

  • Thread starter Thread starter cprema
  • Start date Start date
C

cprema

hi everybody
I have written a macro to pull a report but the report is hidding som
rows e.g
row 1 Name Age
row 2 Paul 23
row 3 is hidden, i think it is overlapped , we must use the cursor t
position it.
row 4 Anne 20
its urgent
can anybody help m
 
maybe at the end of the macro you can add a line to adjust the row
height

Cells.RowHeight = 12.75
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top