Driver2
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 40 articles for 0.303 sec
On 15 ago, 17:47, flyguille <flygui...@hotmail.com> wrote: > On 14 ago, 12:21, "Leonardo Azpurua" <l e o n a r d o [arroba] m v p s > [punto] o r g> wrote: > > > > > "flyguille" <flygui...@hotmail.com> escribió en el mensajenews:0e5f2962-ffd0-4ec3-b863-f5489d32fdd0@x41g2000hsb.googlegroups.com... > > > Una ultima duda.... > > > O sea, como yo simplemente propongo una interfaz estandard ,     

Group: microsoft.public.es.vb · Group Profile · Search for Driver2 in microsoft.public.es.vb
Author: flyguille
Date: Aug 15, 2008 13:56

On 14 ago, 12:21, "Leonardo Azpurua" <l e o n a r d o [arroba] m v p s [punto] o r wrote: "flyguille" <flygui...@hotmail.com> escribió en el mensajenews:0e5f2962-ffd0-4ec3-b863-f5489d32fdd0@x41g2000hsb.googlegroups.com... Una ultima duda.... O sea, como yo simplemente propongo una interfaz estandard , y las DLL son aportada por terceros, es decir, los fabricantes de los hardwares
Show full article (7.24Kb) · Show article thread
On 14 ago, 12:21, "Leonardo Azpurua" <l e o n a r d o [arroba] m v p s [punto] o r g> wrote: > "flyguille" <flygui...@hotmail.com> escribió en el mensajenews:0e5f2962-ffd0-4ec3-b863-f5489d32fdd0@x41g2000hsb.googlegroups.com... > > Una ultima duda.... > > O sea, como yo simplemente propongo una interfaz estandard , y las DLL > son aportada por terceros, es decir, los fabricantes de los > hardwares     

Group: microsoft.public.es.vb · Group Profile · Search for Driver2 in microsoft.public.es.vb
Author: flyguille
Date: Aug 15, 2008 13:47

On 14 ago, 00:28, "Leonardo Azpurua" <l e o n a r d o [arroba] m v p s [punto] o r wrote: De nada, flyguille.... Total, era mi obligación compilar dos DLLs en VC, montar un proyectito de prueba con VB6 y pegarte los ejemplos a ver si te hacía entender. Ahora entiendo aquellas quejas de las mujeres cuyos maridos las follan y se duermen. Ojalá al menos te haya servido de
Show full article (6.73Kb) · Show article thread
Joel, It's runs great and I'm very happy with it. Thanks again. Can you recommend any VBA books, classes or anything that will help me to program? I am so grateful for the help I can get from this group but I'd also like to continue learning to program. Again, thanks!!! "Joel" wrote: > It turns out the previous code I sent it better than the one that worked. > All yo uhad to do     

Group: microsoft.public.es.vb · Group Profile · Search for Driver2 in microsoft.public.es.vb
Author: flyguille
Date: Aug 14, 2008 10:01

It turns out the previous code I sent it better than the one that worked. All yo uhad to do was to move the column at the end. The code that works is slow because of all the cell insertions. "AccessNewbie" wrote: Joel, you are the best. thank you so much. It's great and it works perfect! Thanks AGAIN!!! "Joel" wrote: I read your postings again and I think
Show full article (6.86Kb) · Show article thread
Joel, you are the best. thank you so much. It's great and it works perfect! Thanks AGAIN!!! "Joel" wrote: > I read your postings again and I think this should work > > Sub CombineRows() > > LastRow = Cells.SpecialCells(xlCellTypeLastCell).Row > > For RowCount = 1 To LastRow > LastCol = _ > Cells(RowCount, Columns.Count).End(xlToLeft).Column > If LastCol > 1 Then     

Group: microsoft.public.es.vb · Group Profile · Search for Driver2 in microsoft.public.es.vb
Author: flyguille
Date: Aug 14, 2008 07:21

I read your postings again and I think this should work Sub CombineRows() LastRow = Cells.SpecialCells(xlCellTypeLastCell).Row For RowCount = 1 To LastRow LastCol = _ Cells(RowCount, Columns.Count).End(xlToLeft).Column If LastCol 1 Then ColCount = 2 NextRowColCount = 1 For LoopCount = 1 To LastCol Cells(RowCount, ColCount).Insert (xlShiftToRight
Show full article (2.08Kb) · Show article thread
I'm a litt confused by you cell references. Can you show the before and after results. "AccessNewbie" wrote: > Joel, > Thanks for the code. It did a wonderful job of placing the entire row at > the end of the first row. However, the organization is not in the right > order. Somehow during the extraction the two lines were offset in different > order. Here is what the first two lines     

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: AccessNewbie
Date: Aug 5, 2008 10:53

Joel, Thanks for the code. It did a wonderful job of placing the entire row at the end of the first row. However, the organization is not in the right order. Somehow during the extraction the two lines were offset in different order. Here is what the first two lines of another report (they were all extracted the same way) look like using cell references from where the information should
Show full article (6.75Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: Joel
Date: Aug 5, 2008 09:51

Show full article (6.12Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: AccessNewbie
Date: Aug 5, 2008 09:25

Show full article (5.58Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: Joel
Date: Aug 5, 2008 04:35

Show full article (5.16Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: Joel
Date: Aug 4, 2008 09:25

Show full article (4.57Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Driver2 in microsoft.public.excel.misc
Author: AccessNewbie
Date: Aug 4, 2008 08:28

Show full article (4.21Kb) · Show article thread
1 · 2 · 3 · 4 · next