How to write range(cells(1,1),cells(5,6)).select in vb.net?

0 views
Skip to first unread message

musa.biralo

unread,
Dec 23, 2008, 10:03:02 PM12/23/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
How to write range(cells(1,1),cells(5,6)).select in vb.net?
In other words how can I use cells and range together in vb.net?

Any idea or direction would be great.

Thanks.
Musa Biralo

ritesh gupta

unread,
Dec 23, 2008, 10:06:12 PM12/23/08
to DotNetDe...@googlegroups.com
Use double for loop
--
Ritesh Gupta

musa.biralo

unread,
Dec 24, 2008, 9:27:27 PM12/24/08
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I am sorry I don't quite follow your suggestion, Ritesh. Could you
please explain it little bit?
Thanks for your willingness to help.
Musa Biralo

On Dec 23, 10:06 pm, "ritesh gupta" <riteshguptav...@gmail.com> wrote:
> Use double for loop
>

ritesh gupta

unread,
Dec 25, 2008, 9:49:14 PM12/25/08
to DotNetDe...@googlegroups.com
Dear Use double FOR loop  with different  variable like

for i = 1 to 5
for j = 1 to  6
cell( i, ,j ) = i * j
next j
next i

hope so it ios useful for u.

Happy New Year

by
--
Ritesh Gupta
Reply all
Reply to author
Forward
0 new messages